#B8D978

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

Shades of Sulu #B8D978

Tints of Sulu #B8D978

Color information

#B8D978 (or 0xB8D978) is unknown color: approx Sulu. HEX triplet: B8, D9 and 78. RGB value is (184,217,120). Sum of RGB (Red+Green+Blue) = 184+217+120=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D978 is #472687. Grayscale: #C4C4C4. Windows color (decimal): -4662920 or 7920056. OLE color: 7920056.

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

Color convert

RGB184217120-
CMYK0.1500.450.15
HSL80.41º56.07%66.08%-
HSV(B)80.41º44.7%85.1%-
XYZ47.9761.1727.05-
YUV196.0885.07119.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=35.32%
G=41.65%
B=23.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171200.1500.450.1580.4156.0766.08
HexB8D978F02DF503842
Octal270331170170551712070102
Binary1011100011011001111100011110101101111110100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D978; }

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

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

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

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

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

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

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

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