Html Css Color HEX #BAB57B Pine Glade

📋 copy color: '#BAB57B'

red 186 ◦ green 181 ◦ blue 123

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

Shades of Pine Glade #BAB57B

Tints of Pine Glade #BAB57B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 37.96%
G = 36.94%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB57B (or 0xBAB57B) is known color: Pine Glade. HEX triplet: BA, B5 and 7B. RGB value is (186,181,123). Sum of RGB (Red+Green+Blue) = 186+181+123=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57B is #454A84. Grayscale: #B0B0B0. Windows color (decimal): -4541061 or 8107450. OLE color: 8107450.

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

Color convert

RGB 186 181 123 -
CMYK 0 0.03 0.34 0.27
HSL 55.24º 0.31% 0.61% -
HSV(B) 55.24º 0.34% 0.73% -
XYZ 40.35 44.92 25.28 -
YUV 175.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 186 181 123 0 0.03 0.34 0.27 55.24 0.31 0.61
Hex BA B5 7B 0 3 22 1B 37 1F 3D
Octal 272 265 173 0 3 42 33 67 37 75
Binary 10111010 10110101 1111011 0 11 100010 11011 110111 11111 111101

Color Harmonies of #BAB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57B

Black with #BAB57B

Text Example


Text Example

White with #BAB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57B; }

 p { color: rgb(186,181,123); }

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

background-color css

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

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

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

border-color css

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

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

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