#BAC481

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

Shades of Pine Glade #BAC481

Tints of Pine Glade #BAC481

Color information

#BAC481 (or 0xBAC481) is unknown color: approx Pine Glade. HEX triplet: BA, C4 and 81. RGB value is (186,196,129). Sum of RGB (Red+Green+Blue) = 186+196+129=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC481 is #453B7E. Grayscale: #B9B9B9. Windows color (decimal): -4537215 or 8504506. OLE color: 8504506.

HSL color Cylindrical-coordinate representation of color #BAC481: hue angle of 68.96º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC481 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB186196129-
CMYK0.0500.340.23
HSL68.96º36.22%63.73%-
HSV(B)68.96º34.18%76.86%-
XYZ43.9551.528.39-
YUV185.3796.19128.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=36.40%
G=38.36%
B=25.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961290.0500.340.2368.9636.2263.73
HexBAC481502217452440
Octal27230420150422710544100
Binary10111010110001001000000110101000101011110001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC481; }

 p { color: rgb(186,196,129); }

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

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

 a { background-color: rgb(186,196,129); }

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

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

 span { border-color: rgb(186,196,129); }

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