#B3C570

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

Shades of Caper #B3C570

Tints of Caper #B3C570

Color information

#B3C570 (or 0xB3C570) is unknown color: approx Caper. HEX triplet: B3, C5 and 70. RGB value is (179,197,112). Sum of RGB (Red+Green+Blue) = 179+197+112=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C570 is #4C3A8F. Grayscale: #B6B6B6. Windows color (decimal): -4995728 or 7390643. OLE color: 7390643.

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

Color convert

RGB179197112-
CMYK0.0900.430.23
HSL72.71º42.29%60.59%-
HSV(B)72.71º43.15%77.25%-
XYZ41.4850.6922.93-
YUV181.9388.54125.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 197 (77.34% from 255) = 40.37%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=36.68%
G=40.37%
B=22.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971120.0900.430.2372.7142.2960.59
HexB3C570902B17492a3d
Octal26330516011053271115275
Binary1011001111000101111000010010101011101111001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C570; }

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

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

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

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

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

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

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

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