Html Css Color HEX #BAB77D Pine Glade

📋 copy color: '#BAB77D'

red 186 ◦ green 183 ◦ blue 125

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

Shades of Pine Glade #BAB77D

Tints of Pine Glade #BAB77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 37.65%
G = 37.04%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB77D (or 0xBAB77D) is known color: Pine Glade. HEX triplet: BA, B7 and 7D. RGB value is (186,183,125). Sum of RGB (Red+Green+Blue) = 186+183+125=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77D is #454882. Grayscale: #B1B1B1. Windows color (decimal): -4540547 or 8239034. OLE color: 8239034.

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

Color convert

RGB 186 183 125 -
CMYK 0 0.02 0.33 0.27
HSL 57.05º 0.31% 0.61% -
HSV(B) 57.05º 0.33% 0.73% -
XYZ 40.88 45.79 26.08 -
YUV 177.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 186 183 125 0 0.02 0.33 0.27 57.05 0.31 0.61
Hex BA B7 7D 0 2 21 1B 39 1F 3D
Octal 272 267 175 0 2 41 33 71 37 75
Binary 10111010 10110111 1111101 0 10 100001 11011 111001 11111 111101

Color Harmonies of #BAB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB77D

Black with #BAB77D

Text Example


Text Example

White with #BAB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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