#BABF78

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

Shades of Pine Glade #BABF78

Tints of Pine Glade #BABF78

Color information

#BABF78 (or 0xBABF78) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 78. RGB value is (186,191,120). Sum of RGB (Red+Green+Blue) = 186+191+120=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF78 is #454087. Grayscale: #B5B5B5. Windows color (decimal): -4538504 or 7913402. OLE color: 7913402.

HSL color Cylindrical-coordinate representation of color #BABF78: hue angle of 64.23º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BABF78 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB186191120-
CMYK0.0300.370.25
HSL64.23º35.68%60.98%-
HSV(B)64.23º37.17%74.9%-
XYZ42.2749.0625.01-
YUV181.4193.34131.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=37.42%
G=38.43%
B=24.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911200.0300.370.2564.2335.6860.98
HexBABF7830251940243d
Octal2722771703045311004475
Binary10111010101111111111000110100101110011000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF78; }

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

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

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

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

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

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

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

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