#B0D071

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

Shades of Caper #B0D071

Tints of Caper #B0D071

Color information

#B0D071 (or 0xB0D071) is unknown color: approx Caper. HEX triplet: B0, D0 and 71. RGB value is (176,208,113). Sum of RGB (Red+Green+Blue) = 176+208+113=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D071 is #4F2F8E. Grayscale: #BBBBBB. Windows color (decimal): -5189519 or 7458992. OLE color: 7458992.

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

Color convert

RGB176208113-
CMYK0.1500.460.18
HSL80.21º50.26%62.94%-
HSV(B)80.21º45.67%81.57%-
XYZ43.4455.5324.05-
YUV187.685.9119.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=35.41%
G=41.85%
B=22.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081130.1500.460.1880.2150.2662.94
HexB0D071F02E1250323f
Octal26032016117056221206277
Binary1011000011010000111000111110101110100101010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D071; }

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

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

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

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

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

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

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

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