Html Css Color HEX #BACB78 Pine Glade

📋 copy color: '#BACB78'

red 186 ◦ green 203 ◦ blue 120

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

Shades of Pine Glade #BACB78

Tints of Pine Glade #BACB78

RGB

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

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

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

R = 36.54%
G = 39.88%
B = 23.58%

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

#BACB78 (or 0xBACB78) is known color: Pine Glade. HEX triplet: BA, CB and 78. RGB value is (186,203,120). Sum of RGB (Red+Green+Blue) = 186+203+120=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB78 is #453487. Grayscale: #BCBCBC. Windows color (decimal): -4535432 or 7916474. OLE color: 7916474.

HSL color Cylindrical-coordinate representation of color #BACB78: hue angle of 72.29º degrees, saturation: 0.44, 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 #BACB78 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 120 -
CMYK 0.08 0 0.41 0.20
HSL 72.29º 0.44% 0.63% -
HSV(B) 72.29º 0.41% 0.8% -
XYZ 45 54.51 25.92 -
YUV 188.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 186 203 120 0.08 0 0.41 0.20 72.29 0.44 0.63
Hex BA CB 78 8 0 29 14 48 2C 3F
Octal 272 313 170 10 0 51 24 110 54 77
Binary 10111010 11001011 1111000 1000 0 101001 10100 1001000 101100 111111

Color Harmonies of #BACB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB78

Black with #BACB78

Text Example


Text Example

White with #BACB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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