#B0D179

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

Shades of Caper #B0D179

Tints of Caper #B0D179

Color information

#B0D179 (or 0xB0D179) is unknown color: approx Caper. HEX triplet: B0, D1 and 79. RGB value is (176,209,121). Sum of RGB (Red+Green+Blue) = 176+209+121=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D179 is #4F2E86. Grayscale: #BDBDBD. Windows color (decimal): -5189255 or 7983536. OLE color: 7983536.

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

Color convert

RGB176209121-
CMYK0.1600.420.18
HSL82.5º48.89%64.71%-
HSV(B)82.5º42.11%81.96%-
XYZ44.1656.2126.61-
YUV189.189.57118.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=34.78%
G=41.30%
B=23.91%

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
Decimal1762091210.1600.420.1882.548.8964.71
HexB0D1791002A12523141
Octal260321171200522212261101
Binary101100001101000111110011000001010101001010100101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D179; }

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

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

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

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

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

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

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

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