#BEE990

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

Shades of Sulu #BEE990

Tints of Sulu #BEE990

Color information

#BEE990 (or 0xBEE990) is unknown color: approx Sulu. HEX triplet: BE, E9 and 90. RGB value is (190,233,144). Sum of RGB (Red+Green+Blue) = 190+233+144=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE990 is #41166F. Grayscale: #D2D2D2. Windows color (decimal): -4265584 or 9497022. OLE color: 9497022.

HSL color Cylindrical-coordinate representation of color #BEE990: hue angle of 88.99º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEE990 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB190233144-
CMYK0.1800.380.09
HSL88.99º66.92%73.92%-
HSV(B)88.99º38.2%91.37%-
XYZ55.4171.2437.22-
YUV21090.75113.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=33.51%
G=41.09%
B=25.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331440.1800.380.0988.9966.9273.92
HexBEE99012026959434a
Octal2763512202204611131103112
Binary1011111011101001100100001001001001101001101100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE990; }

 p { color: rgb(190,233,144); }

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

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

 a { background-color: rgb(190,233,144); }

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

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

 span { border-color: rgb(190,233,144); }

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