#BABE76

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

Shades of Pine Glade #BABE76

Tints of Pine Glade #BABE76

Color information

#BABE76 (or 0xBABE76) is unknown color: approx Pine Glade. HEX triplet: BA, BE and 76. RGB value is (186,190,118). Sum of RGB (Red+Green+Blue) = 186+190+118=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE76 is #454189. Grayscale: #B4B4B4. Windows color (decimal): -4538762 or 7782074. OLE color: 7782074.

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

Color convert

RGB186190118-
CMYK0.0200.380.25
HSL63.33º35.64%60.39%-
HSV(B)63.33º37.89%74.51%-
XYZ41.9348.5724.31-
YUV180.692.67131.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=37.65%
G=38.46%
B=23.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901180.0200.380.2563.3335.6460.39
HexBABE762026193f243c
Octal272276166204631774474
Binary1011101010111110111011010010011011001111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE76; }

 p { color: rgb(186,190,118); }

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

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

 a { background-color: rgb(186,190,118); }

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

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

 span { border-color: rgb(186,190,118); }

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