#B0D279

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

Shades of Caper #B0D279

Tints of Caper #B0D279

Color information

#B0D279 (or 0xB0D279) is unknown color: approx Caper. HEX triplet: B0, D2 and 79. RGB value is (176,210,121). Sum of RGB (Red+Green+Blue) = 176+210+121=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D279 is #4F2D86. Grayscale: #BEBEBE. Windows color (decimal): -5188999 or 7983792. OLE color: 7983792.

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

Color convert

RGB176210121-
CMYK0.1600.420.18
HSL82.92º49.72%64.9%-
HSV(B)82.92º42.38%82.35%-
XYZ44.456.726.69-
YUV189.6989.24118.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=34.71%
G=41.42%
B=23.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101210.1600.420.1882.9249.7264.9
HexB0D2791002A12533241
Octal260322171200522212362101
Binary101100001101001011110011000001010101001010100111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D279; }

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

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

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

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

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

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

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

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