Html Css Color HEX #BABA77 Pine Glade

📋 copy color: '#BABA77'

red 186 ◦ green 186 ◦ blue 119

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

Shades of Pine Glade #BABA77

Tints of Pine Glade #BABA77

RGB

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

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

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

R = 37.88%
G = 37.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BABA77 (or 0xBABA77) is known color: Pine Glade. HEX triplet: BA, BA and 77. RGB value is (186,186,119). Sum of RGB (Red+Green+Blue) = 186+186+119=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA77 is #454588. Grayscale: #B2B2B2. Windows color (decimal): -4539785 or 7846586. OLE color: 7846586.

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

Color convert

RGB 186 186 119 -
CMYK 0 0 0.36 0.27
HSL 60º 0.33% 0.6% -
HSV(B) 60º 0.36% 0.73% -
XYZ 41.14 46.89 24.33 -
YUV 178.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 186 186 119 0 0 0.36 0.27 60 0.33 0.6
Hex BA BA 77 0 0 24 1B 3C 21 3C
Octal 272 272 167 0 0 44 33 74 41 74
Binary 10111010 10111010 1110111 0 0 100100 11011 111100 100001 111100

Color Harmonies of #BABA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA77

Black with #BABA77

Text Example


Text Example

White with #BABA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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