#B0D275

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

Shades of Caper #B0D275

Tints of Caper #B0D275

Color information

#B0D275 (or 0xB0D275) is unknown color: approx Caper. HEX triplet: B0, D2 and 75. RGB value is (176,210,117). Sum of RGB (Red+Green+Blue) = 176+210+117=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D275 is #4F2D8A. Grayscale: #BDBDBD. Windows color (decimal): -5189003 or 7721648. OLE color: 7721648.

HSL color Cylindrical-coordinate representation of color #B0D275: hue angle of 81.94º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0D275 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB176210117-
CMYK0.1600.440.18
HSL81.94º50.82%64.12%-
HSV(B)81.94º44.29%82.35%-
XYZ44.1656.6125.43-
YUV189.2387.24118.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=34.99%
G=41.75%
B=23.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101170.1600.440.1881.9450.8264.12
HexB0D2751002C12523340
Octal260322165200542212263100
Binary101100001101001011101011000001011001001010100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D275; }

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

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

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

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

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

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

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

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