Html Css Color HEX #BABD85 Pine Glade

📋 copy color: '#BABD85'

red 186 ◦ green 189 ◦ blue 133

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

Shades of Pine Glade #BABD85

Tints of Pine Glade #BABD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 36.61%
G = 37.2%
B = 26.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BABD85 (or 0xBABD85) is known color: Pine Glade. HEX triplet: BA, BD and 85. RGB value is (186,189,133). Sum of RGB (Red+Green+Blue) = 186+189+133=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD85 is #45427A. Grayscale: #B5B5B5. Windows color (decimal): -4539003 or 8764858. OLE color: 8764858.

HSL color Cylindrical-coordinate representation of color #BABD85: hue angle of 63.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BABD85 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 133 -
CMYK 0.02 0 0.30 0.26
HSL 63.21º 0.3% 0.63% -
HSV(B) 63.21º 0.3% 0.74% -
XYZ 42.68 48.53 29.31 -
YUV 181.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 186 189 133 0.02 0 0.30 0.26 63.21 0.3 0.63
Hex BA BD 85 2 0 1E 1A 3F 1E 3F
Octal 272 275 205 2 0 36 32 77 36 77
Binary 10111010 10111101 10000101 10 0 11110 11010 111111 11110 111111

Color Harmonies of #BABD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD85

Black with #BABD85

Text Example


Text Example

White with #BABD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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