#B0CD80

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

Shades of Caper #B0CD80

Tints of Caper #B0CD80

Color information

#B0CD80 (or 0xB0CD80) is unknown color: approx Caper. HEX triplet: B0, CD and 80. RGB value is (176,205,128). Sum of RGB (Red+Green+Blue) = 176+205+128=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CD80 is #4F327F. Grayscale: #BBBBBB. Windows color (decimal): -5190272 or 8441264. OLE color: 8441264.

HSL color Cylindrical-coordinate representation of color #B0CD80: hue angle of 82.6º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0CD80 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB176205128-
CMYK0.1400.380.20
HSL82.6º43.5%65.29%-
HSV(B)82.6º37.56%80.39%-
XYZ43.6354.4528.63-
YUV187.5594.39119.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=34.58%
G=40.28%
B=25.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051280.1400.380.2082.643.565.29
HexB0CD80E02614532c41
Octal260315200160462412354101
Binary101100001100110110000000111001001101010010100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD80; }

 p { color: rgb(176,205,128); }

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

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

 a { background-color: rgb(176,205,128); }

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

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

 span { border-color: rgb(176,205,128); }

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