#B0D271

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

Shades of Caper #B0D271

Tints of Caper #B0D271

Color information

#B0D271 (or 0xB0D271) is unknown color: approx Caper. HEX triplet: B0, D2 and 71. RGB value is (176,210,113). Sum of RGB (Red+Green+Blue) = 176+210+113=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D271 is #4F2D8E. Grayscale: #BDBDBD. Windows color (decimal): -5189007 or 7459504. OLE color: 7459504.

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

Color convert

RGB176210113-
CMYK0.1600.460.18
HSL81.03º51.87%63.33%-
HSV(B)81.03º46.19%82.35%-
XYZ43.9356.5224.22-
YUV188.7885.24118.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=35.27%
G=42.08%
B=22.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101130.1600.460.1881.0351.8763.33
HexB0D2711002E1251343f
Octal26032216120056221216477
Binary10110000110100101110001100000101110100101010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D271; }

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

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

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

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

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

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

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

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