#BACB78

Color #BACB78 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BACB78

Tints of Pine Glade #BACB78

Color information

#BACB78 (or 0xBACB78) is unknown color: approx 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

RGB186203120-
CMYK0.0800.410.20
HSL72.29º44.39%63.33%-
HSV(B)72.29º40.89%79.61%-
XYZ4554.5125.92-
YUV188.4689.37126.25-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031200.0800.410.2072.2944.3963.33
HexBACB78802914482c3f
Octal27231317010051241105477
Binary1011101011001011111100010000101001101001001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>