Html Css Color HEX #BAD078 Caper

📋 copy color: '#BAD078'

red 186 ◦ green 208 ◦ blue 120

#BAD078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #BAD078

Tints of Caper #BAD078

RGB

 RED value IS 186 (73.05% from 255) = 36.19%

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 36.19%
G = 40.47%
B = 23.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAD078 (or 0xBAD078) is known color: Caper. HEX triplet: BA, D0 and 78. RGB value is (186,208,120). Sum of RGB (Red+Green+Blue) = 186+208+120=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD078 is #452F87. Grayscale: #BFBFBF. Windows color (decimal): -4534152 or 7917754. OLE color: 7917754.

HSL color Cylindrical-coordinate representation of color #BAD078: hue angle of 75º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD078 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 120 -
CMYK 0.11 0 0.42 0.18
HSL 75º 0.48% 0.64% -
HSV(B) 75º 0.42% 0.82% -
XYZ 46.2 56.91 26.32 -
YUV 191.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 186 208 120 0.11 0 0.42 0.18 75 0.48 0.64
Hex BA D0 78 B 0 2A 12 4B 30 40
Octal 272 320 170 13 0 52 22 113 60 100
Binary 10111010 11010000 1111000 1011 0 101010 10010 1001011 110000 1000000

Color Harmonies of #BAD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD078

Black with #BAD078

Text Example


Text Example

White with #BAD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD078; }

 p { color: rgb(186,208,120); }

 H1.HeaderClassName
 {
   color: #BAD078;
 }
 .AnyTagClassName
 {
   color: #BAD078;
 }
</style>

background-color css

<style>
 a { background-color: #BAD078; }

 a { background-color: rgb(186,208,120); }

 div.DivClassName
 {
   background-color: #BAD078;
 }
 .BgClassName
 {
   background-color: #BAD078;
 }
</style>

border-color css

<style>
 span { border-color: #BAD078; }

 span { border-color: rgb(186,208,120); }

 td.TdClassName
 {
   border-color: #BAD078;
 }
 .TagClassName
 {
   border-color: #BAD078;
 }
</style>