#BDE492

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

Shades of Sulu #BDE492

Tints of Sulu #BDE492

Color information

#BDE492 (or 0xBDE492) is unknown color: approx Sulu. HEX triplet: BD, E4 and 92. RGB value is (189,228,146). Sum of RGB (Red+Green+Blue) = 189+228+146=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE492 is #421B6D. Grayscale: #CFCFCF. Windows color (decimal): -4332398 or 9626813. OLE color: 9626813.

HSL color Cylindrical-coordinate representation of color #BDE492: hue angle of 88.54º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE492 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB189228146-
CMYK0.1700.360.11
HSL88.54º60.29%73.33%-
HSV(B)88.54º35.96%89.41%-
XYZ53.9268.3837.55-
YUV206.9993.58115.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=33.57%
G=40.50%
B=25.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281460.1700.360.1188.5460.2973.33
HexBDE49211024B593c49
Octal275344222210441313174111
Binary101111011110010010010010100010100100101110110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE492; }

 p { color: rgb(189,228,146); }

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

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

 a { background-color: rgb(189,228,146); }

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

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

 span { border-color: rgb(189,228,146); }

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