#BAC273

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

Shades of Pine Glade #BAC273

Tints of Pine Glade #BAC273

Color information

#BAC273 (or 0xBAC273) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 73. RGB value is (186,194,115). Sum of RGB (Red+Green+Blue) = 186+194+115=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC273 is #453D8C. Grayscale: #B6B6B6. Windows color (decimal): -4537741 or 7586490. OLE color: 7586490.

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

Color convert

RGB186194115-
CMYK0.0400.410.24
HSL66.08º39.3%60.59%-
HSV(B)66.08º40.72%76.08%-
XYZ42.6450.2623.67-
YUV182.689.85130.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=37.58%
G=39.19%
B=23.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941150.0400.410.2466.0839.360.59
HexBAC27340291842273d
Octal2723021634051301024775
Binary101110101100001011100111000101001110001000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC273; }

 p { color: rgb(186,194,115); }

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

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

 a { background-color: rgb(186,194,115); }

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

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

 span { border-color: rgb(186,194,115); }

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