#B6C290

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

Shades of Caper #B6C290

Tints of Caper #B6C290

Color information

#B6C290 (or 0xB6C290) is unknown color: approx Caper. HEX triplet: B6, C2 and 90. RGB value is (182,194,144). Sum of RGB (Red+Green+Blue) = 182+194+144=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C290 is #493D6F. Grayscale: #B8B8B8. Windows color (decimal): -4799856 or 9487030. OLE color: 9487030.

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

Color convert

RGB182194144-
CMYK0.0600.260.24
HSL74.4º29.07%66.27%-
HSV(B)74.4º25.77%76.08%-
XYZ43.6250.5433.84-
YUV184.71105.02126.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=35%
G=37.31%
B=27.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941440.0600.260.2474.429.0766.27
HexB6C290601A184a1d42
Octal26630222060323011235102
Binary101101101100001010010000110011010110001001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C290; }

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

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

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

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

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

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

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

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