#BFF98B

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

Shades of Sulu #BFF98B

Tints of Sulu #BFF98B

Color information

#BFF98B (or 0xBFF98B) is unknown color: approx Sulu. HEX triplet: BF, F9 and 8B. RGB value is (191,249,139). Sum of RGB (Red+Green+Blue) = 191+249+139=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF98B is #400674. Grayscale: #DBDBDB. Windows color (decimal): -4195957 or 9173439. OLE color: 9173439.

HSL color Cylindrical-coordinate representation of color #BFF98B: hue angle of 91.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF98B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB191249139-
CMYK0.2300.440.02
HSL91.64º90.16%76.08%-
HSV(B)91.64º44.18%97.65%-
XYZ60.0280.6936.84-
YUV219.1282.78107.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=32.99%
G=43.01%
B=24.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491390.2300.440.0291.6490.1676.08
HexBFF98B1702C25c5a4c
Octal277371213270542134132114
Binary10111111111110011000101110111010110010101110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF98B; }

 p { color: rgb(191,249,139); }

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

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

 a { background-color: rgb(191,249,139); }

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

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

 span { border-color: rgb(191,249,139); }

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