#B8D983

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

Shades of Sulu #B8D983

Tints of Sulu #B8D983

Color information

#B8D983 (or 0xB8D983) is unknown color: approx Sulu. HEX triplet: B8, D9 and 83. RGB value is (184,217,131). Sum of RGB (Red+Green+Blue) = 184+217+131=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D983 is #47267C. Grayscale: #C5C5C5. Windows color (decimal): -4662909 or 8640952. OLE color: 8640952.

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

Color convert

RGB184217131-
CMYK0.1500.400.15
HSL83.02º53.09%68.24%-
HSV(B)83.02º39.63%85.1%-
XYZ48.6861.4530.77-
YUV197.3390.57118.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 131 (51.56% from 255) = 24.62%
R=34.59%
G=40.79%
B=24.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171310.1500.400.1583.0253.0968.24
HexB8D983F028F533544
Octal270331203170501712365104
Binary10111000110110011000001111110101000111110100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D983; }

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

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

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

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

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

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

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

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