#B8D980

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

Shades of Sulu #B8D980

Tints of Sulu #B8D980

Color information

#B8D980 (or 0xB8D980) is unknown color: approx Sulu. HEX triplet: B8, D9 and 80. RGB value is (184,217,128). Sum of RGB (Red+Green+Blue) = 184+217+128=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D980 is #47267F. Grayscale: #C5C5C5. Windows color (decimal): -4662912 or 8444344. OLE color: 8444344.

HSL color Cylindrical-coordinate representation of color #B8D980: hue angle of 82.25º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8D980 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB184217128-
CMYK0.1500.410.15
HSL82.25º53.94%67.65%-
HSV(B)82.25º41.01%85.1%-
XYZ48.4861.3729.71-
YUV196.9989.07118.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=34.78%
G=41.02%
B=24.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171280.1500.410.1582.2553.9467.65
HexB8D980F029F523644
Octal270331200170511712266104
Binary10111000110110011000000011110101001111110100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D980; }

 p { color: rgb(184,217,128); }

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

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

 a { background-color: rgb(184,217,128); }

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

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

 span { border-color: rgb(184,217,128); }

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