#B5D083

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

Shades of Caper #B5D083

Tints of Caper #B5D083

Color information

#B5D083 (or 0xB5D083) is unknown color: approx Caper. HEX triplet: B5, D0 and 83. RGB value is (181,208,131). Sum of RGB (Red+Green+Blue) = 181+208+131=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D083 is #4A2F7C. Grayscale: #BFBFBF. Windows color (decimal): -4861821 or 8638645. OLE color: 8638645.

HSL color Cylindrical-coordinate representation of color #B5D083: hue angle of 81.04º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5D083 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB181208131-
CMYK0.1300.370.18
HSL81.04º45.03%66.47%-
HSV(B)81.04º37.02%81.57%-
XYZ45.7156.5729.98-
YUV191.1594.05120.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=34.81%
G=40%
B=25.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081310.1300.370.1881.0445.0366.47
HexB5D083D02512512d42
Octal265320203150452212155102
Binary101101011101000010000011110101001011001010100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D083; }

 p { color: rgb(181,208,131); }

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

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

 a { background-color: rgb(181,208,131); }

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

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

 span { border-color: rgb(181,208,131); }

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