#B0CC83

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

Shades of Caper #B0CC83

Tints of Caper #B0CC83

Color information

#B0CC83 (or 0xB0CC83) is unknown color: approx Caper. HEX triplet: B0, CC and 83. RGB value is (176,204,131). Sum of RGB (Red+Green+Blue) = 176+204+131=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC83 is #4F337C. Grayscale: #BBBBBB. Windows color (decimal): -5190525 or 8637616. OLE color: 8637616.

HSL color Cylindrical-coordinate representation of color #B0CC83: hue angle of 83.01º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0CC83 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB176204131-
CMYK0.1400.360.2
HSL83.01º41.71%65.69%-
HSV(B)83.01º35.78%80%-
XYZ43.5954.0529.61-
YUV187.3196.22119.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 25.64%
R=34.44%
G=39.92%
B=25.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041310.1400.360.283.0141.7165.69
HexB0CC83E02414532a42
Octal260314203160442412352102
Binary101100001100110010000011111001001001010010100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC83; }

 p { color: rgb(176,204,131); }

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

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

 a { background-color: rgb(176,204,131); }

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

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

 span { border-color: rgb(176,204,131); }

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