#BAC67D

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

Shades of Pine Glade #BAC67D

Tints of Pine Glade #BAC67D

Color information

#BAC67D (or 0xBAC67D) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 7D. RGB value is (186,198,125). Sum of RGB (Red+Green+Blue) = 186+198+125=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67D is #453982. Grayscale: #BABABA. Windows color (decimal): -4536707 or 8242874. OLE color: 8242874.

HSL color Cylindrical-coordinate representation of color #BAC67D: hue angle of 69.86º 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 #BAC67D is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB186198125-
CMYK0.0600.370.22
HSL69.86º39.04%63.33%-
HSV(B)69.86º36.87%77.65%-
XYZ44.1552.3127.17-
YUV186.0993.52127.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=36.54%
G=38.90%
B=24.56%

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
Decimal1861981250.0600.370.2269.8639.0463.33
HexBAC67D60251646273f
Octal2723061756045261064777
Binary101110101100011011111011100100101101101000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC67D; }

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

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

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

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

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

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

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

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