#BFE092

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

Shades of Sulu #BFE092

Tints of Sulu #BFE092

Color information

#BFE092 (or 0xBFE092) is unknown color: approx Sulu. HEX triplet: BF, E0 and 92. RGB value is (191,224,146). Sum of RGB (Red+Green+Blue) = 191+224+146=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE092 is #401F6D. Grayscale: #CDCDCD. Windows color (decimal): -4202350 or 9625791. OLE color: 9625791.

HSL color Cylindrical-coordinate representation of color #BFE092: hue angle of 85.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE092 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB191224146-
CMYK0.1500.350.12
HSL85.38º55.71%72.55%-
HSV(B)85.38º34.82%87.84%-
XYZ53.3366.4637.21-
YUV205.2494.57117.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=34.05%
G=39.93%
B=26.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241460.1500.350.1285.3855.7172.55
HexBFE092F023C553849
Octal277340222170431412570111
Binary10111111111000001001001011110100011110010101011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE092; }

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

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

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

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

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

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

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

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