#B5D583

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

Shades of Caper #B5D583

Tints of Caper #B5D583

Color information

#B5D583 (or 0xB5D583) is unknown color: approx Caper. HEX triplet: B5, D5 and 83. RGB value is (181,213,131). Sum of RGB (Red+Green+Blue) = 181+213+131=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D583 is #4A2A7C. Grayscale: #C2C2C2. Windows color (decimal): -4860541 or 8639925. OLE color: 8639925.

HSL color Cylindrical-coordinate representation of color #B5D583: hue angle of 83.41º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5D583 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB181213131-
CMYK0.1500.380.16
HSL83.41º49.4%67.45%-
HSV(B)83.41º38.5%83.53%-
XYZ46.9559.0530.4-
YUV194.0892.4118.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=34.48%
G=40.57%
B=24.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812131310.1500.380.1683.4149.467.45
HexB5D583F02610533143
Octal265325203170462012361103
Binary101101011101010110000011111101001101000010100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D583; }

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

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

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

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

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

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

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

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