Html Css Color HEX #BABD81 Pine Glade

📋 copy color: '#BABD81'

red 186 ◦ green 189 ◦ blue 129

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

Shades of Pine Glade #BABD81

Tints of Pine Glade #BABD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 36.9%
G = 37.5%
B = 25.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BABD81 (or 0xBABD81) is known color: Pine Glade. HEX triplet: BA, BD and 81. RGB value is (186,189,129). Sum of RGB (Red+Green+Blue) = 186+189+129=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD81 is #45427E. Grayscale: #B5B5B5. Windows color (decimal): -4539007 or 8502714. OLE color: 8502714.

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

Color convert

RGB 186 189 129 -
CMYK 0.02 0 0.32 0.26
HSL 63º 0.31% 0.62% -
HSV(B) 63º 0.32% 0.74% -
XYZ 42.41 48.42 27.88 -
YUV 181.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 186 189 129 0.02 0 0.32 0.26 63 0.31 0.62
Hex BA BD 81 2 0 20 1A 3F 1F 3E
Octal 272 275 201 2 0 40 32 77 37 76
Binary 10111010 10111101 10000001 10 0 100000 11010 111111 11111 111110

Color Harmonies of #BABD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD81

Black with #BABD81

Text Example


Text Example

White with #BABD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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