Html Css Color HEX #BABC84 Pine Glade

📋 copy color: '#BABC84'

red 186 ◦ green 188 ◦ blue 132

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

Shades of Pine Glade #BABC84

Tints of Pine Glade #BABC84

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 36.76%
G = 37.15%
B = 26.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BABC84 (or 0xBABC84) is known color: Pine Glade. HEX triplet: BA, BC and 84. RGB value is (186,188,132). Sum of RGB (Red+Green+Blue) = 186+188+132=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC84 is #45437B. Grayscale: #B5B5B5. Windows color (decimal): -4539260 or 8699066. OLE color: 8699066.

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

Color convert

RGB 186 188 132 -
CMYK 0.01 0 0.30 0.26
HSL 62.14º 0.29% 0.63% -
HSV(B) 62.14º 0.3% 0.74% -
XYZ 42.4 48.07 28.87 -
YUV 181.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 186 188 132 0.01 0 0.30 0.26 62.14 0.29 0.63
Hex BA BC 84 1 0 1E 1A 3E 1D 3F
Octal 272 274 204 1 0 36 32 76 35 77
Binary 10111010 10111100 10000100 1 0 11110 11010 111110 11101 111111

Color Harmonies of #BABC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC84

Black with #BABC84

Text Example


Text Example

White with #BABC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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