#B9FF8D

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

Shades of Sulu #B9FF8D

Tints of Sulu #B9FF8D

Color information

#B9FF8D (or 0xB9FF8D) is unknown color: approx Sulu. HEX triplet: B9, FF and 8D. RGB value is (185,255,141). Sum of RGB (Red+Green+Blue) = 185+255+141=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF8D is #460072. Grayscale: #DDDDDD. Windows color (decimal): -4587635 or 9306041. OLE color: 9306041.

HSL color Cylindrical-coordinate representation of color #B9FF8D: hue angle of 96.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9FF8D is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB185255141-
CMYK0.2700.450
HSL96.84º100%77.65%-
HSV(B)96.84º44.71%100%-
XYZ60.5883.7638.17-
YUV221.0782.81102.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=31.84%
G=43.89%
B=24.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551410.2700.45096.8410077.65
HexB9FF8D1B02D061644e
Octal271377215330550141144116
Binary1011100111111111100011011101101011010110000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF8D; }

 p { color: rgb(185,255,141); }

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

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

 a { background-color: rgb(185,255,141); }

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

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

 span { border-color: rgb(185,255,141); }

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