#BABF84

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

Shades of Pine Glade #BABF84

Tints of Pine Glade #BABF84

Color information

#BABF84 (or 0xBABF84) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 84. RGB value is (186,191,132). Sum of RGB (Red+Green+Blue) = 186+191+132=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF84 is #45407B. Grayscale: #B7B7B7. Windows color (decimal): -4538492 or 8699834. OLE color: 8699834.

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

Color convert

RGB186191132-
CMYK0.0300.310.25
HSL65.08º31.55%63.33%-
HSV(B)65.08º30.89%74.9%-
XYZ43.0549.3729.09-
YUV182.7899.34130.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=36.54%
G=37.52%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911320.0300.310.2565.0831.5563.33
HexBABF84301F1941203f
Octal2722772043037311014077
Binary10111010101111111000010011011111110011000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF84; }

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

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

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

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

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

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

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

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