Html Css Color HEX #BAB77F Pine Glade

📋 copy color: '#BAB77F'

red 186 ◦ green 183 ◦ blue 127

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

Shades of Pine Glade #BAB77F

Tints of Pine Glade #BAB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 37.5%
G = 36.9%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB77F (or 0xBAB77F) is known color: Pine Glade. HEX triplet: BA, B7 and 7F. RGB value is (186,183,127). Sum of RGB (Red+Green+Blue) = 186+183+127=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77F is #454880. Grayscale: #B1B1B1. Windows color (decimal): -4540545 or 8370106. OLE color: 8370106.

HSL color Cylindrical-coordinate representation of color #BAB77F: hue angle of 56.95º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB77F is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 127 -
CMYK 0 0.02 0.32 0.27
HSL 56.95º 0.3% 0.61% -
HSV(B) 56.95º 0.32% 0.73% -
XYZ 41.01 45.84 26.76 -
YUV 177.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 186 183 127 0 0.02 0.32 0.27 56.95 0.3 0.61
Hex BA B7 7F 0 2 20 1B 39 1E 3D
Octal 272 267 177 0 2 40 33 71 36 75
Binary 10111010 10110111 1111111 0 10 100000 11011 111001 11110 111101

Color Harmonies of #BAB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB77F

Black with #BAB77F

Text Example


Text Example

White with #BAB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB77F; }

 p { color: rgb(186,183,127); }

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

background-color css

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

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

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

border-color css

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

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

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