#b5c38f

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

Shades of Caper #B5C38F

Tints of Caper #B5C38F

Color information

#B5C38F (or 0xB5C38F) is unknown color: approx Caper. HEX triplet: B5, C3 and 8F. RGB value is (181,195,143). Sum of RGB (Red+Green+Blue) = 181+195+143=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38F is #4A3C70. Grayscale: #B9B9B9. Windows color (decimal): -4865137 or 9421749. OLE color: 9421749.

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

Color convert

RGB181195143-
CMYK0.0700.270.24
HSL76.15º30.23%66.27%-
HSV(B)76.15º26.67%76.47%-
XYZ43.5350.8433.5-
YUV184.89104.36125.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=34.87%
G=37.57%
B=27.55%

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
Decimal1811951430.0700.270.2476.1530.2366.27
HexB5C38F701B184c1e42
Octal26530321770333011436102
Binary101101011100001110001111111011011110001001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5c38f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5c38f; }

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

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

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

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

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

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

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

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