#BFE98B

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

Shades of Sulu #BFE98B

Tints of Sulu #BFE98B

Color information

#BFE98B (or 0xBFE98B) is unknown color: approx Sulu. HEX triplet: BF, E9 and 8B. RGB value is (191,233,139). Sum of RGB (Red+Green+Blue) = 191+233+139=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE98B is #401674. Grayscale: #D2D2D2. Windows color (decimal): -4200053 or 9169343. OLE color: 9169343.

HSL color Cylindrical-coordinate representation of color #BFE98B: hue angle of 86.81º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFE98B is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB191233139-
CMYK0.1800.400.09
HSL86.81º68.12%72.94%-
HSV(B)86.81º40.34%91.37%-
XYZ55.2871.2235.26-
YUV209.7388.09114.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=33.93%
G=41.39%
B=24.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912331390.1800.400.0986.8168.1272.94
HexBFE98B120289574449
Octal2773512132205011127104111
Binary1011111111101001100010111001001010001001101011110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE98B; }

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

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

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

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

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

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

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

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