#B9FE8C

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

Shades of Sulu #B9FE8C

Tints of Sulu #B9FE8C

Color information

#B9FE8C (or 0xB9FE8C) is unknown color: approx Sulu. HEX triplet: B9, FE and 8C. RGB value is (185,254,140). Sum of RGB (Red+Green+Blue) = 185+254+140=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FE8C is #460173. Grayscale: #DCDCDC. Windows color (decimal): -4587892 or 9240249. OLE color: 9240249.

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

Color convert

RGB185254140-
CMYK0.2700.450.00
HSL96.32º98.28%77.25%-
HSV(B)96.32º44.88%99.61%-
XYZ60.1883.0937.68-
YUV220.3782.64102.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=31.95%
G=43.87%
B=24.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541400.2700.450.0096.3298.2877.25
HexB9FE8C1B02D060624d
Octal271376214330550140142115
Binary1011100111111110100011001101101011010110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FE8C; }

 p { color: rgb(185,254,140); }

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

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

 a { background-color: rgb(185,254,140); }

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

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

 span { border-color: rgb(185,254,140); }

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