#B3C56F

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

Shades of Caper #B3C56F

Tints of Caper #B3C56F

Color information

#B3C56F (or 0xB3C56F) is unknown color: approx Caper. HEX triplet: B3, C5 and 6F. RGB value is (179,197,111). Sum of RGB (Red+Green+Blue) = 179+197+111=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C56F is #4C3A90. Grayscale: #B6B6B6. Windows color (decimal): -4995729 or 7325107. OLE color: 7325107.

HSL color Cylindrical-coordinate representation of color #B3C56F: hue angle of 72.56º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3C56F is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB179197111-
CMYK0.0900.440.23
HSL72.56º42.57%60.39%-
HSV(B)72.56º43.65%77.25%-
XYZ41.4350.6622.63-
YUV181.8188.04125.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 197 (77.34% from 255) = 40.45%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=36.76%
G=40.45%
B=22.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971110.0900.440.2372.5642.5760.39
HexB3C56F902C17492b3c
Octal26330515711054271115374
Binary1011001111000101110111110010101100101111001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C56F; }

 p { color: rgb(179,197,111); }

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

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

 a { background-color: rgb(179,197,111); }

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

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

 span { border-color: rgb(179,197,111); }

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