Html Css Color HEX #BABB84 Pine Glade

📋 copy color: '#BABB84'

red 186 ◦ green 187 ◦ blue 132

#BABB84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BABB84

Tints of Pine Glade #BABB84

RGB

 RED value IS 186 (73.05% from 255) = 36.83%

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 132 (51.95% from 255) = 26.14%

R = 36.83%
G = 37.03%
B = 26.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BABB84 (or 0xBABB84) is known color: Pine Glade. HEX triplet: BA, BB and 84. RGB value is (186,187,132). Sum of RGB (Red+Green+Blue) = 186+187+132=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB84 is #45447B. Grayscale: #B4B4B4. Windows color (decimal): -4539516 or 8698810. OLE color: 8698810.

HSL color Cylindrical-coordinate representation of color #BABB84: hue angle of 61.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BABB84 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 132 -
CMYK 0.01 0 0.29 0.27
HSL 61.09º 0.29% 0.63% -
HSV(B) 61.09º 0.29% 0.73% -
XYZ 42.18 47.65 28.8 -
YUV 180.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 186 187 132 0.01 0 0.29 0.27 61.09 0.29 0.63
Hex BA BB 84 1 0 1D 1B 3D 1D 3F
Octal 272 273 204 1 0 35 33 75 35 77
Binary 10111010 10111011 10000100 1 0 11101 11011 111101 11101 111111

Color Harmonies of #BABB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB84

Black with #BABB84

Text Example


Text Example

White with #BABB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB84; }

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

 H1.HeaderClassName
 {
   color: #BABB84;
 }
 .AnyTagClassName
 {
   color: #BABB84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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