#BABD7A

Color #BABD7A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BABD7A

Tints of Pine Glade #BABD7A

Color information

#BABD7A (or 0xBABD7A) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 7A. RGB value is (186,189,122). Sum of RGB (Red+Green+Blue) = 186+189+122=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD7A is #454285. Grayscale: #B4B4B4. Windows color (decimal): -4539014 or 8043962. OLE color: 8043962.

HSL color Cylindrical-coordinate representation of color #BABD7A: hue angle of 62.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BABD7A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB186189122-
CMYK0.0200.350.26
HSL62.69º33.67%60.98%-
HSV(B)62.69º35.45%74.12%-
XYZ41.9648.2425.51-
YUV180.4695.01131.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=37.42%
G=38.03%
B=24.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891220.0200.350.2662.6933.6760.98
HexBABD7A20231A3f223d
Octal272275172204332774275
Binary1011101010111101111101010010001111010111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD7A; }

 p { color: rgb(186,189,122); }

 H1.HeaderClassName
 {
   color: #BABD7A;
 }
 .AnyTagClassName
 {
   color: #BABD7A;
 }
</style>
background-color css

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

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

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

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

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

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