#B7CC80

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

Shades of Caper #B7CC80

Tints of Caper #B7CC80

Color information

#B7CC80 (or 0xB7CC80) is unknown color: approx Caper. HEX triplet: B7, CC and 80. RGB value is (183,204,128). Sum of RGB (Red+Green+Blue) = 183+204+128=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC80 is #48337F. Grayscale: #BDBDBD. Windows color (decimal): -4731776 or 8441015. OLE color: 8441015.

HSL color Cylindrical-coordinate representation of color #B7CC80: hue angle of 76.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7CC80 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB183204128-
CMYK0.1000.370.2
HSL76.58º42.7%65.1%-
HSV(B)76.58º37.25%80%-
XYZ45.0254.8128.63-
YUV189.0693.54123.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=35.53%
G=39.61%
B=24.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041280.1000.370.276.5842.765.1
HexB7CC80A025144d2b41
Octal267314200120452411553101
Binary101101111100110010000000101001001011010010011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CC80; }

 p { color: rgb(183,204,128); }

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

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

 a { background-color: rgb(183,204,128); }

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

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

 span { border-color: rgb(183,204,128); }

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