#B6C291

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

Shades of Caper #B6C291

Tints of Caper #B6C291

Color information

#B6C291 (or 0xB6C291) is unknown color: approx Caper. HEX triplet: B6, C2 and 91. RGB value is (182,194,145). Sum of RGB (Red+Green+Blue) = 182+194+145=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C291 is #493D6E. Grayscale: #B9B9B9. Windows color (decimal): -4799855 or 9552566. OLE color: 9552566.

HSL color Cylindrical-coordinate representation of color #B6C291: hue angle of 74.69º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C291 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB182194145-
CMYK0.0600.250.24
HSL74.69º28.65%66.47%-
HSV(B)74.69º25.26%76.08%-
XYZ43.6950.5734.25-
YUV184.83105.52125.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=34.93%
G=37.24%
B=27.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941450.0600.250.2474.6928.6566.47
HexB6C2916019184b1d42
Octal26630222160313011335102
Binary101101101100001010010001110011001110001001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C291; }

 p { color: rgb(182,194,145); }

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

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

 a { background-color: rgb(182,194,145); }

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

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

 span { border-color: rgb(182,194,145); }

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