#B5C18B

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

Shades of Caper #B5C18B

Tints of Caper #B5C18B

Color information

#B5C18B (or 0xB5C18B) is unknown color: approx Caper. HEX triplet: B5, C1 and 8B. RGB value is (181,193,139). Sum of RGB (Red+Green+Blue) = 181+193+139=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C18B is #4A3E74. Grayscale: #B7B7B7. Windows color (decimal): -4865653 or 9159093. OLE color: 9159093.

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

Color convert

RGB181193139-
CMYK0.0600.280.24
HSL73.33º30.34%65.1%-
HSV(B)73.33º27.98%75.69%-
XYZ42.7949.8331.79-
YUV183.26103.02126.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=35.28%
G=37.62%
B=27.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931390.0600.280.2473.3330.3465.1
HexB5C18B601C18491e41
Octal26530121360343011136101
Binary101101011100000110001011110011100110001001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C18B; }

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

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

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

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

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

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

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

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