#B5BF90

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

Shades of Caper #B5BF90

Tints of Caper #B5BF90

Color information

#B5BF90 (or 0xB5BF90) is unknown color: approx Caper. HEX triplet: B5, BF and 90. RGB value is (181,191,144). Sum of RGB (Red+Green+Blue) = 181+191+144=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF90 is #4A406F. Grayscale: #B6B6B6. Windows color (decimal): -4866160 or 9486261. OLE color: 9486261.

HSL color Cylindrical-coordinate representation of color #B5BF90: hue angle of 72.77º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5BF90 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB181191144-
CMYK0.0500.250.25
HSL72.77º26.86%65.69%-
HSV(B)72.77º24.61%74.9%-
XYZ42.7249.133.61-
YUV182.65106.19126.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=35.08%
G=37.02%
B=27.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911440.0500.250.2572.7726.8665.69
HexB5BF90501919491b42
Octal26527722050313111133102
Binary101101011011111110010000101011001110011001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF90; }

 p { color: rgb(181,191,144); }

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

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

 a { background-color: rgb(181,191,144); }

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

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

 span { border-color: rgb(181,191,144); }

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