#BABC74

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

Shades of Pine Glade #BABC74

Tints of Pine Glade #BABC74

Color information

#BABC74 (or 0xBABC74) is unknown color: approx Pine Glade. HEX triplet: BA, BC and 74. RGB value is (186,188,116). Sum of RGB (Red+Green+Blue) = 186+188+116=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC74 is #45438B. Grayscale: #B3B3B3. Windows color (decimal): -4539276 or 7650490. OLE color: 7650490.

HSL color Cylindrical-coordinate representation of color #BABC74: hue angle of 61.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BABC74 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB186188116-
CMYK0.0100.380.26
HSL61.67º34.95%59.61%-
HSV(B)61.67º38.3%73.73%-
XYZ41.3947.6723.54-
YUV179.1992.34132.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=37.96%
G=38.37%
B=23.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881160.0100.380.2661.6734.9559.61
HexBABC7410261A3e233c
Octal272274164104632764374
Binary101110101011110011101001010011011010111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC74; }

 p { color: rgb(186,188,116); }

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

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

 a { background-color: rgb(186,188,116); }

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

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

 span { border-color: rgb(186,188,116); }

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