#BDE291

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

Shades of Sulu #BDE291

Tints of Sulu #BDE291

Color information

#BDE291 (or 0xBDE291) is unknown color: approx Sulu. HEX triplet: BD, E2 and 91. RGB value is (189,226,145). Sum of RGB (Red+Green+Blue) = 189+226+145=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE291 is #421D6E. Grayscale: #CDCDCD. Windows color (decimal): -4332911 or 9560765. OLE color: 9560765.

HSL color Cylindrical-coordinate representation of color #BDE291: hue angle of 87.41º degrees, saturation: 0.58, 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 #BDE291 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB189226145-
CMYK0.1600.360.11
HSL87.41º58.27%72.75%-
HSV(B)87.41º35.84%88.63%-
XYZ53.2967.2636.96-
YUV205.793.74116.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=33.75%
G=40.36%
B=25.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261450.1600.360.1187.4158.2772.75
HexBDE29110024B573a49
Octal275342221200441312772111
Binary101111011110001010010001100000100100101110101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE291; }

 p { color: rgb(189,226,145); }

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

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

 a { background-color: rgb(189,226,145); }

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

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

 span { border-color: rgb(189,226,145); }

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