#BAC67C

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

Shades of Pine Glade #BAC67C

Tints of Pine Glade #BAC67C

Color information

#BAC67C (or 0xBAC67C) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 7C. RGB value is (186,198,124). Sum of RGB (Red+Green+Blue) = 186+198+124=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67C is #453983. Grayscale: #BABABA. Windows color (decimal): -4536708 or 8177338. OLE color: 8177338.

HSL color Cylindrical-coordinate representation of color #BAC67C: hue angle of 69.73º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC67C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB186198124-
CMYK0.0600.370.22
HSL69.73º39.36%63.14%-
HSV(B)69.73º37.37%77.65%-
XYZ44.0852.2826.84-
YUV185.9893.02128.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=36.61%
G=38.98%
B=24.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981240.0600.370.2269.7339.3663.14
HexBAC67C60251646273f
Octal2723061746045261064777
Binary101110101100011011111001100100101101101000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC67C; }

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

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

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

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

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

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

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

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