#BACF74

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

Shades of Caper #BACF74

Tints of Caper #BACF74

Color information

#BACF74 (or 0xBACF74) is unknown color: approx Caper. HEX triplet: BA, CF and 74. RGB value is (186,207,116). Sum of RGB (Red+Green+Blue) = 186+207+116=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF74 is #45308B. Grayscale: #BEBEBE. Windows color (decimal): -4534412 or 7655354. OLE color: 7655354.

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

Color convert

RGB186207116-
CMYK0.1000.440.19
HSL73.85º48.66%63.33%-
HSV(B)73.85º43.96%81.18%-
XYZ45.7156.3324.99-
YUV190.3586.04124.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=36.54%
G=40.67%
B=22.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071160.1000.440.1973.8548.6663.33
HexBACF74A02C134a313f
Octal27231716412054231126177
Binary1011101011001111111010010100101100100111001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF74; }

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

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

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

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

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

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

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

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