#BDE488

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

Shades of Sulu #BDE488

Tints of Sulu #BDE488

Color information

#BDE488 (or 0xBDE488) is unknown color: approx Sulu. HEX triplet: BD, E4 and 88. RGB value is (189,228,136). Sum of RGB (Red+Green+Blue) = 189+228+136=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE488 is #421B77. Grayscale: #CECECE. Windows color (decimal): -4332408 or 8971453. OLE color: 8971453.

HSL color Cylindrical-coordinate representation of color #BDE488: hue angle of 85.43º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE488 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB189228136-
CMYK0.1700.400.11
HSL85.43º63.01%71.37%-
HSV(B)85.43º40.35%89.41%-
XYZ53.1768.0833.63-
YUV205.8588.58115.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 136 (53.52% from 255) = 24.59%
R=34.18%
G=41.23%
B=24.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281360.1700.400.1185.4363.0171.37
HexBDE48811028B553f47
Octal275344210210501312577107
Binary101111011110010010001000100010101000101110101011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE488; }

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

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

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

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

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

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

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

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