#B9F96F

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

Shades of Sulu #B9F96F

Tints of Sulu #B9F96F

Color information

#B9F96F (or 0xB9F96F) is unknown color: approx Sulu. HEX triplet: B9, F9 and 6F. RGB value is (185,249,111). Sum of RGB (Red+Green+Blue) = 185+249+111=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F96F is #460690. Grayscale: #D6D6D6. Windows color (decimal): -4589201 or 7338425. OLE color: 7338425.

HSL color Cylindrical-coordinate representation of color #B9F96F: hue angle of 87.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9F96F is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB185249111-
CMYK0.2600.550.02
HSL87.83º92%70.59%-
HSV(B)87.83º55.42%97.65%-
XYZ56.7579.2127.34-
YUV214.1369.8107.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 111 (43.75% from 255) = 20.37%
R=33.94%
G=45.69%
B=20.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852491110.2600.550.0287.839270.59
HexB9F96F1A0372585c47
Octal271371157320672130134107
Binary1011100111111001110111111010011011110101100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F96F; }

 p { color: rgb(185,249,111); }

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

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

 a { background-color: rgb(185,249,111); }

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

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

 span { border-color: rgb(185,249,111); }

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