Html Css Color HEX #BABB76 Pine Glade

📋 copy color: '#BABB76'

red 186 ◦ green 187 ◦ blue 118

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

Shades of Pine Glade #BABB76

Tints of Pine Glade #BABB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 37.88%
G = 38.09%
B = 24.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BABB76 (or 0xBABB76) is known color: Pine Glade. HEX triplet: BA, BB and 76. RGB value is (186,187,118). Sum of RGB (Red+Green+Blue) = 186+187+118=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB76 is #454489. Grayscale: #B3B3B3. Windows color (decimal): -4539530 or 7781306. OLE color: 7781306.

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

Color convert

RGB 186 187 118 -
CMYK 0.01 0 0.37 0.27
HSL 60.87º 0.34% 0.6% -
HSV(B) 60.87º 0.37% 0.73% -
XYZ 41.29 47.29 24.09 -
YUV 178.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 186 187 118 0.01 0 0.37 0.27 60.87 0.34 0.6
Hex BA BB 76 1 0 25 1B 3D 22 3C
Octal 272 273 166 1 0 45 33 75 42 74
Binary 10111010 10111011 1110110 1 0 100101 11011 111101 100010 111100

Color Harmonies of #BABB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB76

Black with #BABB76

Text Example


Text Example

White with #BABB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB76; }

 p { color: rgb(186,187,118); }

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

background-color css

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

 a { background-color: rgb(186,187,118); }

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

border-color css

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

 span { border-color: rgb(186,187,118); }

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