#B5C38E

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

Shades of Caper #B5C38E

Tints of Caper #B5C38E

Color information

#B5C38E (or 0xB5C38E) is unknown color: approx Caper. HEX triplet: B5, C3 and 8E. RGB value is (181,195,142). Sum of RGB (Red+Green+Blue) = 181+195+142=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38E is #4A3C71. Grayscale: #B8B8B8. Windows color (decimal): -4865138 or 9356213. OLE color: 9356213.

HSL color Cylindrical-coordinate representation of color #B5C38E: hue angle of 75.85º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C38E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB181195142-
CMYK0.0700.270.24
HSL75.85º30.64%66.08%-
HSV(B)75.85º27.18%76.47%-
XYZ43.4550.8133.11-
YUV184.77103.86125.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=34.94%
G=37.64%
B=27.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811951420.0700.270.2475.8530.6466.08
HexB5C38E701B184c1f42
Octal26530321670333011437102
Binary101101011100001110001110111011011110001001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C38E; }

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

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

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

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

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

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

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

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