#B5C390

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

Shades of Caper #B5C390

Tints of Caper #B5C390

Color information

#B5C390 (or 0xB5C390) is unknown color: approx Caper. HEX triplet: B5, C3 and 90. RGB value is (181,195,144). Sum of RGB (Red+Green+Blue) = 181+195+144=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C390 is #4A3C6F. Grayscale: #B9B9B9. Windows color (decimal): -4865136 or 9487285. OLE color: 9487285.

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

Color convert

RGB181195144-
CMYK0.0700.260.24
HSL76.47º29.82%66.47%-
HSV(B)76.47º26.15%76.47%-
XYZ43.6150.8733.91-
YUV185104.86125.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=34.81%
G=37.5%
B=27.69%

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
Decimal1811951440.0700.260.2476.4729.8266.47
HexB5C390701A184c1e42
Octal26530322070323011436102
Binary101101011100001110010000111011010110001001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C390; }

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

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

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

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

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

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

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

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