Html Css Color HEX #BACB77 Pine Glade

📋 copy color: '#BACB77'

red 186 ◦ green 203 ◦ blue 119

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

Shades of Pine Glade #BACB77

Tints of Pine Glade #BACB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 36.61%
G = 39.96%
B = 23.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BACB77 (or 0xBACB77) is known color: Pine Glade. HEX triplet: BA, CB and 77. RGB value is (186,203,119). Sum of RGB (Red+Green+Blue) = 186+203+119=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB77 is #453488. Grayscale: #BCBCBC. Windows color (decimal): -4535433 or 7850938. OLE color: 7850938.

HSL color Cylindrical-coordinate representation of color #BACB77: hue angle of 72.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BACB77 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 119 -
CMYK 0.08 0 0.41 0.20
HSL 72.14º 0.45% 0.63% -
HSV(B) 72.14º 0.41% 0.8% -
XYZ 44.94 54.48 25.6 -
YUV 188.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 186 203 119 0.08 0 0.41 0.20 72.14 0.45 0.63
Hex BA CB 77 8 0 29 14 48 2D 3F
Octal 272 313 167 10 0 51 24 110 55 77
Binary 10111010 11001011 1110111 1000 0 101001 10100 1001000 101101 111111

Color Harmonies of #BACB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB77

Black with #BACB77

Text Example


Text Example

White with #BACB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB77; }

 p { color: rgb(186,203,119); }

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

background-color css

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

 a { background-color: rgb(186,203,119); }

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

border-color css

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

 span { border-color: rgb(186,203,119); }

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