#BACA74

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

Shades of Pine Glade #BACA74

Tints of Pine Glade #BACA74

Color information

#BACA74 (or 0xBACA74) is unknown color: approx Pine Glade. HEX triplet: BA, CA and 74. RGB value is (186,202,116). Sum of RGB (Red+Green+Blue) = 186+202+116=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA74 is #45358B. Grayscale: #BBBBBB. Windows color (decimal): -4535692 or 7654074. OLE color: 7654074.

HSL color Cylindrical-coordinate representation of color #BACA74: hue angle of 71.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BACA74 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB186202116-
CMYK0.0800.430.21
HSL71.16º44.79%62.35%-
HSV(B)71.16º42.57%79.22%-
XYZ44.5253.9424.59-
YUV187.4187.7126.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=36.90%
G=40.08%
B=23.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021160.0800.430.2171.1644.7962.35
HexBACA74802B15472d3e
Octal27231216410053251075576
Binary1011101011001010111010010000101011101011000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA74; }

 p { color: rgb(186,202,116); }

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

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

 a { background-color: rgb(186,202,116); }

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

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

 span { border-color: rgb(186,202,116); }

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