#BACA77

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

Shades of Pine Glade #BACA77

Tints of Pine Glade #BACA77

Color information

#BACA77 (or 0xBACA77) is unknown color: approx Pine Glade. HEX triplet: BA, CA and 77. RGB value is (186,202,119). Sum of RGB (Red+Green+Blue) = 186+202+119=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA77 is #453588. Grayscale: #BCBCBC. Windows color (decimal): -4535689 or 7850682. OLE color: 7850682.

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

Color convert

RGB186202119-
CMYK0.0800.410.21
HSL71.57º43.92%62.94%-
HSV(B)71.57º41.09%79.22%-
XYZ44.754.0125.52-
YUV187.7589.2126.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=36.69%
G=39.84%
B=23.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021190.0800.410.2171.5743.9262.94
HexBACA77802915482c3f
Octal27231216710051251105477
Binary1011101011001010111011110000101001101011001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA77; }

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

 H1.HeaderClassName
 {
   color: #BACA77;
 }
 .AnyTagClassName
 {
   color: #BACA77;
 }
</style>
background-color css

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

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

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

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

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

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