#BAC777

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

Shades of Pine Glade #BAC777

Tints of Pine Glade #BAC777

Color information

#BAC777 (or 0xBAC777) is unknown color: approx Pine Glade. HEX triplet: BA, C7 and 77. RGB value is (186,199,119). Sum of RGB (Red+Green+Blue) = 186+199+119=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC777 is #453888. Grayscale: #BABABA. Windows color (decimal): -4536457 or 7849914. OLE color: 7849914.

HSL color Cylindrical-coordinate representation of color #BAC777: hue angle of 69.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC777 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB186199119-
CMYK0.0700.400.22
HSL69.75º41.67%62.35%-
HSV(B)69.75º40.2%78.04%-
XYZ4452.6225.29-
YUV185.9990.19128-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=36.90%
G=39.48%
B=23.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991190.0700.400.2269.7541.6762.35
HexBAC777702816462a3e
Octal2723071677050261065276
Binary101110101100011111101111110101000101101000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC777; }

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

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

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

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

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

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

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

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