#BEE690

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

Shades of Sulu #BEE690

Tints of Sulu #BEE690

Color information

#BEE690 (or 0xBEE690) is unknown color: approx Sulu. HEX triplet: BE, E6 and 90. RGB value is (190,230,144). Sum of RGB (Red+Green+Blue) = 190+230+144=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE690 is #41196F. Grayscale: #D0D0D0. Windows color (decimal): -4266352 or 9496254. OLE color: 9496254.

HSL color Cylindrical-coordinate representation of color #BEE690: hue angle of 87.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEE690 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB190230144-
CMYK0.1700.370.10
HSL87.91º63.24%73.33%-
HSV(B)87.91º37.39%90.2%-
XYZ54.5769.5536.93-
YUV208.2491.75114.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 230 (90.23% from 255) = 40.78%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=33.69%
G=40.78%
B=25.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301440.1700.370.1087.9163.2473.33
HexBEE69011025A583f49
Octal276346220210451213077111
Binary101111101110011010010000100010100101101010110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE690; }

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

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

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

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

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

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

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

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