#B6C390

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

Shades of Caper #B6C390

Tints of Caper #B6C390

Color information

#B6C390 (or 0xB6C390) is unknown color: approx Caper. HEX triplet: B6, C3 and 90. RGB value is (182,195,144). Sum of RGB (Red+Green+Blue) = 182+195+144=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C390 is #493C6F. Grayscale: #B9B9B9. Windows color (decimal): -4799600 or 9487286. OLE color: 9487286.

HSL color Cylindrical-coordinate representation of color #B6C390: hue angle of 75.29º degrees, saturation: 0.3, 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 #B6C390 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB182195144-
CMYK0.0700.260.24
HSL75.29º29.82%66.47%-
HSV(B)75.29º26.15%76.47%-
XYZ43.8450.9933.92-
YUV185.3104.69125.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=34.93%
G=37.43%
B=27.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951440.0700.260.2475.2929.8266.47
HexB6C390701A184b1e42
Octal26630322070323011336102
Binary101101101100001110010000111011010110001001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C390; }

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

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

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

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

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

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

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

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