Html Css Color HEX #BABD83 Pine Glade

📋 copy color: '#BABD83'

red 186 ◦ green 189 ◦ blue 131

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

Shades of Pine Glade #BABD83

Tints of Pine Glade #BABD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 36.76%
G = 37.35%
B = 25.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BABD83 (or 0xBABD83) is known color: Pine Glade. HEX triplet: BA, BD and 83. RGB value is (186,189,131). Sum of RGB (Red+Green+Blue) = 186+189+131=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD83 is #45427C. Grayscale: #B5B5B5. Windows color (decimal): -4539005 or 8633786. OLE color: 8633786.

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

Color convert

RGB 186 189 131 -
CMYK 0.02 0 0.31 0.26
HSL 63.1º 0.31% 0.63% -
HSV(B) 63.1º 0.31% 0.74% -
XYZ 42.54 48.47 28.59 -
YUV 181.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 186 189 131 0.02 0 0.31 0.26 63.1 0.31 0.63
Hex BA BD 83 2 0 1F 1A 3F 1F 3F
Octal 272 275 203 2 0 37 32 77 37 77
Binary 10111010 10111101 10000011 10 0 11111 11010 111111 11111 111111

Color Harmonies of #BABD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD83

Black with #BABD83

Text Example


Text Example

White with #BABD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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