#B8D982

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

Shades of Sulu #B8D982

Tints of Sulu #B8D982

Color information

#B8D982 (or 0xB8D982) is unknown color: approx Sulu. HEX triplet: B8, D9 and 82. RGB value is (184,217,130). Sum of RGB (Red+Green+Blue) = 184+217+130=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D982 is #47267D. Grayscale: #C5C5C5. Windows color (decimal): -4662910 or 8575416. OLE color: 8575416.

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

Color convert

RGB184217130-
CMYK0.1500.400.15
HSL82.76º53.37%68.04%-
HSV(B)82.76º40.09%85.1%-
XYZ48.6161.4330.41-
YUV197.2190.07118.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=34.65%
G=40.87%
B=24.48%

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
Decimal1842171300.1500.400.1582.7653.3768.04
HexB8D982F028F533544
Octal270331202170501712365104
Binary10111000110110011000001011110101000111110100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D982; }

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

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

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

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

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

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

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

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