Html Css Color HEX #BAB67C Pine Glade

📋 copy color: '#BAB67C'

red 186 ◦ green 182 ◦ blue 124

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

Shades of Pine Glade #BAB67C

Tints of Pine Glade #BAB67C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 37.8%
G = 36.99%
B = 25.2%

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

#BAB67C (or 0xBAB67C) is known color: Pine Glade. HEX triplet: BA, B6 and 7C. RGB value is (186,182,124). Sum of RGB (Red+Green+Blue) = 186+182+124=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67C is #454983. Grayscale: #B0B0B0. Windows color (decimal): -4540804 or 8173242. OLE color: 8173242.

HSL color Cylindrical-coordinate representation of color #BAB67C: hue angle of 56.13º 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 #BAB67C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 124 -
CMYK 0 0.02 0.33 0.27
HSL 56.13º 0.31% 0.61% -
HSV(B) 56.13º 0.33% 0.73% -
XYZ 40.62 45.35 25.68 -
YUV 176.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 186 182 124 0 0.02 0.33 0.27 56.13 0.31 0.61
Hex BA B6 7C 0 2 21 1B 38 1F 3D
Octal 272 266 174 0 2 41 33 70 37 75
Binary 10111010 10110110 1111100 0 10 100001 11011 111000 11111 111101

Color Harmonies of #BAB67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB67C

Black with #BAB67C

Text Example


Text Example

White with #BAB67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB67C; }

 p { color: rgb(186,182,124); }

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

background-color css

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

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

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

border-color css

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

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

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