Html Css Color HEX #BABB85 Pine Glade

📋 copy color: '#BABB85'

red 186 ◦ green 187 ◦ blue 133

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

Shades of Pine Glade #BABB85

Tints of Pine Glade #BABB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 36.76%
G = 36.96%
B = 26.28%

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

#BABB85 (or 0xBABB85) is known color: Pine Glade. HEX triplet: BA, BB and 85. RGB value is (186,187,133). Sum of RGB (Red+Green+Blue) = 186+187+133=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB85 is #45447A. Grayscale: #B4B4B4. Windows color (decimal): -4539515 or 8764346. OLE color: 8764346.

HSL color Cylindrical-coordinate representation of color #BABB85: hue angle of 61.11º degrees, saturation: 0.28, 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 #BABB85 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 133 -
CMYK 0.01 0 0.29 0.27
HSL 61.11º 0.28% 0.63% -
HSV(B) 61.11º 0.29% 0.73% -
XYZ 42.25 47.67 29.17 -
YUV 180.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 186 187 133 0.01 0 0.29 0.27 61.11 0.28 0.63
Hex BA BB 85 1 0 1D 1B 3D 1C 3F
Octal 272 273 205 1 0 35 33 75 34 77
Binary 10111010 10111011 10000101 1 0 11101 11011 111101 11100 111111

Color Harmonies of #BABB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB85

Black with #BABB85

Text Example


Text Example

White with #BABB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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