#BACF81

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

Shades of Caper #BACF81

Tints of Caper #BACF81

Color information

#BACF81 (or 0xBACF81) is unknown color: approx Caper. HEX triplet: BA, CF and 81. RGB value is (186,207,129). Sum of RGB (Red+Green+Blue) = 186+207+129=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF81 is #45307E. Grayscale: #C0C0C0. Windows color (decimal): -4534399 or 8507322. OLE color: 8507322.

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

Color convert

RGB186207129-
CMYK0.1000.380.19
HSL76.15º44.83%65.88%-
HSV(B)76.15º37.68%81.18%-
XYZ46.5256.6529.25-
YUV191.8392.54123.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=35.63%
G=39.66%
B=24.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071290.1000.380.1976.1544.8365.88
HexBACF81A026134c2d42
Octal272317201120462311455102
Binary101110101100111110000001101001001101001110011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF81; }

 p { color: rgb(186,207,129); }

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

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

 a { background-color: rgb(186,207,129); }

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

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

 span { border-color: rgb(186,207,129); }

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