#B9D580

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

Shades of Caper #B9D580

Tints of Caper #B9D580

Color information

#B9D580 (or 0xB9D580) is unknown color: approx Caper. HEX triplet: B9, D5 and 80. RGB value is (185,213,128). Sum of RGB (Red+Green+Blue) = 185+213+128=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D580 is #462A7F. Grayscale: #C3C3C3. Windows color (decimal): -4598400 or 8443321. OLE color: 8443321.

HSL color Cylindrical-coordinate representation of color #B9D580: hue angle of 79.76º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9D580 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB185213128-
CMYK0.1300.400.16
HSL79.76º50.3%66.86%-
HSV(B)79.76º39.91%83.53%-
XYZ47.759.4629.39-
YUV194.9490.22120.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=35.17%
G=40.49%
B=24.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131280.1300.400.1679.7650.366.86
HexB9D580D02810503243
Octal271325200150502012062103
Binary101110011101010110000000110101010001000010100001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D580; }

 p { color: rgb(185,213,128); }

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

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

 a { background-color: rgb(185,213,128); }

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

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

 span { border-color: rgb(185,213,128); }

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