#B3C270

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

Shades of Caper #B3C270

Tints of Caper #B3C270

Color information

#B3C270 (or 0xB3C270) is unknown color: approx Caper. HEX triplet: B3, C2 and 70. RGB value is (179,194,112). Sum of RGB (Red+Green+Blue) = 179+194+112=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C270 is #4C3D8F. Grayscale: #B4B4B4. Windows color (decimal): -4996496 or 7389875. OLE color: 7389875.

HSL color Cylindrical-coordinate representation of color #B3C270: hue angle of 70.98º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3C270 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB179194112-
CMYK0.0800.420.24
HSL70.98º40.2%60%-
HSV(B)70.98º42.27%76.08%-
XYZ40.8149.3422.7-
YUV180.1789.53127.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=36.91%
G=40%
B=23.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941120.0800.420.2470.9840.260
HexB3C270802A1847283c
Octal26330216010052301075074
Binary1011001111000010111000010000101010110001000111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C270; }

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

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

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

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

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

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

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

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