#B3D071

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

Shades of Caper #B3D071

Tints of Caper #B3D071

Color information

#B3D071 (or 0xB3D071) is unknown color: approx Caper. HEX triplet: B3, D0 and 71. RGB value is (179,208,113). Sum of RGB (Red+Green+Blue) = 179+208+113=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D071 is #4C2F8E. Grayscale: #BCBCBC. Windows color (decimal): -4992911 or 7458995. OLE color: 7458995.

HSL color Cylindrical-coordinate representation of color #B3D071: hue angle of 78.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3D071 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB179208113-
CMYK0.1400.460.18
HSL78.32º50.26%62.94%-
HSV(B)78.32º45.67%81.57%-
XYZ44.1355.8924.08-
YUV188.585.39121.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=35.8%
G=41.6%
B=22.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792081130.1400.460.1878.3250.2662.94
HexB3D071E02E124e323f
Octal26332016116056221166277
Binary1011001111010000111000111100101110100101001110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D071; }

 p { color: rgb(179,208,113); }

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

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

 a { background-color: rgb(179,208,113); }

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

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

 span { border-color: rgb(179,208,113); }

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