#BAC18A

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

Shades of Pine Glade #BAC18A

Tints of Pine Glade #BAC18A

Color information

#BAC18A (or 0xBAC18A) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 8A. RGB value is (186,193,138). Sum of RGB (Red+Green+Blue) = 186+193+138=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC18A is #453E75. Grayscale: #B8B8B8. Windows color (decimal): -4537974 or 9093562. OLE color: 9093562.

HSL color Cylindrical-coordinate representation of color #BAC18A: hue angle of 67.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC18A is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB186193138-
CMYK0.0400.280.24
HSL67.64º30.73%64.9%-
HSV(B)67.64º28.5%75.69%-
XYZ43.9150.4131.46-
YUV184.64101.68128.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=35.98%
G=37.33%
B=26.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931380.0400.280.2467.6430.7364.9
HexBAC18A401C18441f41
Octal27230121240343010437101
Binary101110101100000110001010100011100110001000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC18A; }

 p { color: rgb(186,193,138); }

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

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

 a { background-color: rgb(186,193,138); }

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

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

 span { border-color: rgb(186,193,138); }

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