#B5C18F

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

Shades of Caper #B5C18F

Tints of Caper #B5C18F

Color information

#B5C18F (or 0xB5C18F) is unknown color: approx Caper. HEX triplet: B5, C1 and 8F. RGB value is (181,193,143). Sum of RGB (Red+Green+Blue) = 181+193+143=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C18F is #4A3E70. Grayscale: #B7B7B7. Windows color (decimal): -4865649 or 9421237. OLE color: 9421237.

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

Color convert

RGB181193143-
CMYK0.0600.260.24
HSL74.4º28.74%65.88%-
HSV(B)74.4º25.91%75.69%-
XYZ43.0849.9533.36-
YUV183.71105.02126.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=35.01%
G=37.33%
B=27.66%

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
Decimal1811931430.0600.260.2474.428.7465.88
HexB5C18F601A184a1d42
Octal26530121760323011235102
Binary101101011100000110001111110011010110001001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C18F; }

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

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

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

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

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

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

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

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