#BFF092

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

Shades of Sulu #BFF092

Tints of Sulu #BFF092

Color information

#BFF092 (or 0xBFF092) is unknown color: approx Sulu. HEX triplet: BF, F0 and 92. RGB value is (191,240,146). Sum of RGB (Red+Green+Blue) = 191+240+146=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF092 is #400F6D. Grayscale: #D6D6D6. Windows color (decimal): -4198254 or 9629887. OLE color: 9629887.

HSL color Cylindrical-coordinate representation of color #BFF092: hue angle of 91.28º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF092 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB191240146-
CMYK0.2000.390.06
HSL91.28º75.81%75.69%-
HSV(B)91.28º39.17%94.12%-
XYZ57.8375.4738.71-
YUV214.6389.27111.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=33.10%
G=41.59%
B=25.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401460.2000.390.0691.2875.8175.69
HexBFF0921402765b4c4c
Octal277360222240476133114114
Binary101111111111000010010010101000100111110101101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF092; }

 p { color: rgb(191,240,146); }

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

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

 a { background-color: rgb(191,240,146); }

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

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

 span { border-color: rgb(191,240,146); }

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