#B6C480

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

Shades of Caper #B6C480

Tints of Caper #B6C480

Color information

#B6C480 (or 0xB6C480) is unknown color: approx Caper. HEX triplet: B6, C4 and 80. RGB value is (182,196,128). Sum of RGB (Red+Green+Blue) = 182+196+128=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C480 is #493B7F. Grayscale: #B8B8B8. Windows color (decimal): -4799360 or 8438966. OLE color: 8438966.

HSL color Cylindrical-coordinate representation of color #B6C480: hue angle of 72.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C480 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB182196128-
CMYK0.0700.350.23
HSL72.35º36.56%63.53%-
HSV(B)72.35º34.69%76.86%-
XYZ42.9350.9828-
YUV184.0696.36126.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=35.97%
G=38.74%
B=25.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961280.0700.350.2372.3536.5663.53
HexB6C480702317482540
Octal26630420070432711045100
Binary10110110110001001000000011101000111011110010001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C480; }

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

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

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

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

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

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

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

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