#BACE77

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

Shades of Caper #BACE77

Tints of Caper #BACE77

Color information

#BACE77 (or 0xBACE77) is unknown color: approx Caper. HEX triplet: BA, CE and 77. RGB value is (186,206,119). Sum of RGB (Red+Green+Blue) = 186+206+119=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE77 is #453188. Grayscale: #BEBEBE. Windows color (decimal): -4534665 or 7851706. OLE color: 7851706.

HSL color Cylindrical-coordinate representation of color #BACE77: hue angle of 73.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACE77 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB186206119-
CMYK0.1000.420.19
HSL73.79º47.03%63.73%-
HSV(B)73.79º42.23%80.78%-
XYZ45.6555.9125.84-
YUV190.187.87125.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=36.40%
G=40.31%
B=23.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061190.1000.420.1973.7947.0363.73
HexBACE77A02A134a2f40
Octal272316167120522311257100
Binary10111010110011101110111101001010101001110010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE77; }

 p { color: rgb(186,206,119); }

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

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

 a { background-color: rgb(186,206,119); }

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

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

 span { border-color: rgb(186,206,119); }

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