#B5C18E

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

Shades of Caper #B5C18E

Tints of Caper #B5C18E

Color information

#B5C18E (or 0xB5C18E) is unknown color: approx Caper. HEX triplet: B5, C1 and 8E. RGB value is (181,193,142). Sum of RGB (Red+Green+Blue) = 181+193+142=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C18E is #4A3E71. Grayscale: #B7B7B7. Windows color (decimal): -4865650 or 9355701. OLE color: 9355701.

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

Color convert

RGB181193142-
CMYK0.0600.260.24
HSL74.12º29.14%65.69%-
HSV(B)74.12º26.42%75.69%-
XYZ43.0149.9232.96-
YUV183.6104.52126.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=35.08%
G=37.40%
B=27.52%

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
Decimal1811931420.0600.260.2474.1229.1465.69
HexB5C18E601A184a1d42
Octal26530121660323011235102
Binary101101011100000110001110110011010110001001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C18E; }

 p { color: rgb(181,193,142); }

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

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

 a { background-color: rgb(181,193,142); }

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

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

 span { border-color: rgb(181,193,142); }

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