#BEF192

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

Shades of Sulu #BEF192

Tints of Sulu #BEF192

Color information

#BEF192 (or 0xBEF192) is unknown color: approx Sulu. HEX triplet: BE, F1 and 92. RGB value is (190,241,146). Sum of RGB (Red+Green+Blue) = 190+241+146=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF192 is #410E6D. Grayscale: #D7D7D7. Windows color (decimal): -4263534 or 9630142. OLE color: 9630142.

HSL color Cylindrical-coordinate representation of color #BEF192: hue angle of 92.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEF192 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB190241146-
CMYK0.2100.390.05
HSL92.21º77.24%75.88%-
HSV(B)92.21º39.42%94.51%-
XYZ57.8875.9338.8-
YUV214.9289.1110.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=32.93%
G=41.77%
B=25.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411460.2100.390.0592.2177.2475.88
HexBEF1921502755c4d4c
Octal276361222250475134115114
Binary101111101111000110010010101010100111101101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF192; }

 p { color: rgb(190,241,146); }

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

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

 a { background-color: rgb(190,241,146); }

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

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

 span { border-color: rgb(190,241,146); }

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