#B0D578

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

Shades of Caper #B0D578

Tints of Caper #B0D578

Color information

#B0D578 (or 0xB0D578) is unknown color: approx Caper. HEX triplet: B0, D5 and 78. RGB value is (176,213,120). Sum of RGB (Red+Green+Blue) = 176+213+120=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D578 is #4F2A87. Grayscale: #BFBFBF. Windows color (decimal): -5188232 or 7919024. OLE color: 7919024.

HSL color Cylindrical-coordinate representation of color #B0D578: hue angle of 83.87º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0D578 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB176213120-
CMYK0.1700.440.16
HSL83.87º52.54%65.29%-
HSV(B)83.87º43.66%83.53%-
XYZ45.0958.1726.62-
YUV191.3387.74117.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=34.58%
G=41.85%
B=23.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131200.1700.440.1683.8752.5465.29
HexB0D5781102C10543541
Octal260325170210542012465101
Binary101100001101010111110001000101011001000010101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D578; }

 p { color: rgb(176,213,120); }

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

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

 a { background-color: rgb(176,213,120); }

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

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

 span { border-color: rgb(176,213,120); }

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