#B9F88A

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

Shades of Sulu #B9F88A

Tints of Sulu #B9F88A

Color information

#B9F88A (or 0xB9F88A) is unknown color: approx Sulu. HEX triplet: B9, F8 and 8A. RGB value is (185,248,138). Sum of RGB (Red+Green+Blue) = 185+248+138=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F88A is #460775. Grayscale: #D9D9D9. Windows color (decimal): -4589430 or 9107641. OLE color: 9107641.

HSL color Cylindrical-coordinate representation of color #B9F88A: hue angle of 94.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9F88A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB185248138-
CMYK0.2500.440.03
HSL94.36º88.71%75.69%-
HSV(B)94.36º44.35%97.25%-
XYZ58.1679.2836.28-
YUV216.6283.63105.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=32.40%
G=43.43%
B=24.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852481380.2500.440.0394.3688.7175.69
HexB9F88A1902C35e594c
Octal271370212310543136131114
Binary10111001111110001000101011001010110011101111010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F88A; }

 p { color: rgb(185,248,138); }

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

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

 a { background-color: rgb(185,248,138); }

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

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

 span { border-color: rgb(185,248,138); }

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