#BEDD90

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

Shades of Sulu #BEDD90

Tints of Sulu #BEDD90

Color information

#BEDD90 (or 0xBEDD90) is unknown color: approx Sulu. HEX triplet: BE, DD and 90. RGB value is (190,221,144). Sum of RGB (Red+Green+Blue) = 190+221+144=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD90 is #41226F. Grayscale: #CBCBCB. Windows color (decimal): -4268656 or 9493950. OLE color: 9493950.

HSL color Cylindrical-coordinate representation of color #BEDD90: hue angle of 84.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEDD90 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB190221144-
CMYK0.1400.350.13
HSL84.16º53.1%71.57%-
HSV(B)84.16º34.84%86.67%-
XYZ52.1364.6736.12-
YUV202.9594.73118.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=34.23%
G=39.82%
B=25.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211440.1400.350.1384.1653.171.57
HexBEDD90E023D543548
Octal276335220160431512465110
Binary10111110110111011001000011100100011110110101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD90; }

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

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

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

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

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

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

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

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