Html Css Color HEX #BABC7C Pine Glade

📋 copy color: '#BABC7C'

red 186 ◦ green 188 ◦ blue 124

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

Shades of Pine Glade #BABC7C

Tints of Pine Glade #BABC7C

RGB

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

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

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

R = 37.35%
G = 37.75%
B = 24.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BABC7C (or 0xBABC7C) is known color: Pine Glade. HEX triplet: BA, BC and 7C. RGB value is (186,188,124). Sum of RGB (Red+Green+Blue) = 186+188+124=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7C is #454383. Grayscale: #B4B4B4. Windows color (decimal): -4539268 or 8174778. OLE color: 8174778.

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

Color convert

RGB 186 188 124 -
CMYK 0.01 0 0.34 0.26
HSL 61.88º 0.32% 0.61% -
HSV(B) 61.88º 0.34% 0.74% -
XYZ 41.87 47.86 26.1 -
YUV 180.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 186 188 124 0.01 0 0.34 0.26 61.88 0.32 0.61
Hex BA BC 7C 1 0 22 1A 3E 20 3D
Octal 272 274 174 1 0 42 32 76 40 75
Binary 10111010 10111100 1111100 1 0 100010 11010 111110 100000 111101

Color Harmonies of #BABC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC7C

Black with #BABC7C

Text Example


Text Example

White with #BABC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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