Html Css Color HEX #BABD7C Pine Glade

📋 copy color: '#BABD7C'

red 186 ◦ green 189 ◦ blue 124

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

Shades of Pine Glade #BABD7C

Tints of Pine Glade #BABD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 37.27%
G = 37.88%
B = 24.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BABD7C (or 0xBABD7C) is known color: Pine Glade. HEX triplet: BA, BD and 7C. RGB value is (186,189,124). Sum of RGB (Red+Green+Blue) = 186+189+124=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD7C is #454283. Grayscale: #B4B4B4. Windows color (decimal): -4539012 or 8175034. OLE color: 8175034.

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

Color convert

RGB 186 189 124 -
CMYK 0.02 0 0.34 0.26
HSL 62.77º 0.33% 0.61% -
HSV(B) 62.77º 0.34% 0.74% -
XYZ 42.09 48.29 26.17 -
YUV 180.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 186 189 124 0.02 0 0.34 0.26 62.77 0.33 0.61
Hex BA BD 7C 2 0 22 1A 3F 21 3D
Octal 272 275 174 2 0 42 32 77 41 75
Binary 10111010 10111101 1111100 10 0 100010 11010 111111 100001 111101

Color Harmonies of #BABD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD7C

Black with #BABD7C

Text Example


Text Example

White with #BABD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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