#B8D981

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

Shades of Sulu #B8D981

Tints of Sulu #B8D981

Color information

#B8D981 (or 0xB8D981) is unknown color: approx Sulu. HEX triplet: B8, D9 and 81. RGB value is (184,217,129). Sum of RGB (Red+Green+Blue) = 184+217+129=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D981 is #47267E. Grayscale: #C5C5C5. Windows color (decimal): -4662911 or 8509880. OLE color: 8509880.

HSL color Cylindrical-coordinate representation of color #B8D981: hue angle of 82.5º 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 #B8D981 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB184217129-
CMYK0.1500.410.15
HSL82.5º53.66%67.84%-
HSV(B)82.5º40.55%85.1%-
XYZ48.5461.430.06-
YUV197.189.57118.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 129 (50.78% from 255) = 24.34%
R=34.72%
G=40.94%
B=24.34%

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
Decimal1842171290.1500.410.1582.553.6667.84
HexB8D981F029F523644
Octal270331201170511712266104
Binary10111000110110011000000111110101001111110100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D981; }

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

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

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

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

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

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

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

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