#B2D071

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

Shades of Caper #B2D071

Tints of Caper #B2D071

Color information

#B2D071 (or 0xB2D071) is unknown color: approx Caper. HEX triplet: B2, D0 and 71. RGB value is (178,208,113). Sum of RGB (Red+Green+Blue) = 178+208+113=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D071 is #4D2F8E. Grayscale: #BCBCBC. Windows color (decimal): -5058447 or 7458994. OLE color: 7458994.

HSL color Cylindrical-coordinate representation of color #B2D071: hue angle of 78.95º 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 #B2D071 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB178208113-
CMYK0.1400.460.18
HSL78.95º50.26%62.94%-
HSV(B)78.95º45.67%81.57%-
XYZ43.955.7724.07-
YUV188.285.56120.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=35.67%
G=41.68%
B=22.65%

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
Decimal1782081130.1400.460.1878.9550.2662.94
HexB2D071E02E124f323f
Octal26232016116056221176277
Binary1011001011010000111000111100101110100101001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D071; }

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

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

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

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

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

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

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

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