#BDE990

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

Shades of Sulu #BDE990

Tints of Sulu #BDE990

Color information

#BDE990 (or 0xBDE990) is unknown color: approx Sulu. HEX triplet: BD, E9 and 90. RGB value is (189,233,144). Sum of RGB (Red+Green+Blue) = 189+233+144=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE990 is #42166F. Grayscale: #D2D2D2. Windows color (decimal): -4331120 or 9497021. OLE color: 9497021.

HSL color Cylindrical-coordinate representation of color #BDE990: hue angle of 89.66º 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 #BDE990 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB189233144-
CMYK0.1900.380.09
HSL89.66º66.92%73.92%-
HSV(B)89.66º38.2%91.37%-
XYZ55.1671.1137.2-
YUV209.790.92113.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 233 (91.41% from 255) = 41.17%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=33.39%
G=41.17%
B=25.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331440.1900.380.0989.6666.9273.92
HexBDE9901302695a434a
Octal2753512202304611132103112
Binary1011110111101001100100001001101001101001101101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE990; }

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

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

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

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

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

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

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

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