#B6C673

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

Shades of Caper #B6C673

Tints of Caper #B6C673

Color information

#B6C673 (or 0xB6C673) is unknown color: approx Caper. HEX triplet: B6, C6 and 73. RGB value is (182,198,115). Sum of RGB (Red+Green+Blue) = 182+198+115=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C673 is #49398C. Grayscale: #B8B8B8. Windows color (decimal): -4798861 or 7587510. OLE color: 7587510.

HSL color Cylindrical-coordinate representation of color #B6C673: hue angle of 71.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C673 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB182198115-
CMYK0.0800.420.22
HSL71.57º42.13%61.37%-
HSV(B)71.57º41.92%77.65%-
XYZ42.5851.5723.93-
YUV183.7589.2126.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=36.77%
G=40%
B=23.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981150.0800.420.2271.5742.1361.37
HexB6C673802A16482a3d
Octal26630616310052261105275
Binary1011011011000110111001110000101010101101001000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C673; }

 p { color: rgb(182,198,115); }

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

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

 a { background-color: rgb(182,198,115); }

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

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

 span { border-color: rgb(182,198,115); }

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