Html Css Color HEX #BABC77 Pine Glade

📋 copy color: '#BABC77'

red 186 ◦ green 188 ◦ blue 119

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

Shades of Pine Glade #BABC77

Tints of Pine Glade #BABC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 37.73%
G = 38.13%
B = 24.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BABC77 (or 0xBABC77) is known color: Pine Glade. HEX triplet: BA, BC and 77. RGB value is (186,188,119). Sum of RGB (Red+Green+Blue) = 186+188+119=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC77 is #454388. Grayscale: #B3B3B3. Windows color (decimal): -4539273 or 7847098. OLE color: 7847098.

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

Color convert

RGB 186 188 119 -
CMYK 0.01 0 0.37 0.26
HSL 61.74º 0.34% 0.6% -
HSV(B) 61.74º 0.37% 0.74% -
XYZ 41.56 47.74 24.48 -
YUV 179.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 186 188 119 0.01 0 0.37 0.26 61.74 0.34 0.6
Hex BA BC 77 1 0 25 1A 3E 22 3C
Octal 272 274 167 1 0 45 32 76 42 74
Binary 10111010 10111100 1110111 1 0 100101 11010 111110 100010 111100

Color Harmonies of #BABC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC77

Black with #BABC77

Text Example


Text Example

White with #BABC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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