#BACF82

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

Shades of Caper #BACF82

Tints of Caper #BACF82

Color information

#BACF82 (or 0xBACF82) is unknown color: approx Caper. HEX triplet: BA, CF and 82. RGB value is (186,207,130). Sum of RGB (Red+Green+Blue) = 186+207+130=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF82 is #45307D. Grayscale: #C0C0C0. Windows color (decimal): -4534398 or 8572858. OLE color: 8572858.

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

Color convert

RGB186207130-
CMYK0.1000.370.19
HSL76.36º44.51%66.08%-
HSV(B)76.36º37.2%81.18%-
XYZ46.5956.6829.6-
YUV191.9493.04123.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=35.56%
G=39.58%
B=24.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071300.1000.370.1976.3644.5166.08
HexBACF82A025134c2d42
Octal272317202120452311455102
Binary101110101100111110000010101001001011001110011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF82; }

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

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

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

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

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

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

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

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