#B6CA80

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

Shades of Caper #B6CA80

Tints of Caper #B6CA80

Color information

#B6CA80 (or 0xB6CA80) is unknown color: approx Caper. HEX triplet: B6, CA and 80. RGB value is (182,202,128). Sum of RGB (Red+Green+Blue) = 182+202+128=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA80 is #49357F. Grayscale: #BBBBBB. Windows color (decimal): -4797824 or 8440502. OLE color: 8440502.

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

Color convert

RGB182202128-
CMYK0.1000.370.21
HSL76.22º41.11%64.71%-
HSV(B)76.22º36.63%79.22%-
XYZ44.3153.7428.46-
YUV187.5894.37124.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 128 (50.39% from 255) = 25%
R=35.55%
G=39.45%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021280.1000.370.2176.2241.1164.71
HexB6CA80A025154c2941
Octal266312200120452511451101
Binary101101101100101010000000101001001011010110011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA80; }

 p { color: rgb(182,202,128); }

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

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

 a { background-color: rgb(182,202,128); }

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

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

 span { border-color: rgb(182,202,128); }

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