#BDE191

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

Shades of Sulu #BDE191

Tints of Sulu #BDE191

Color information

#BDE191 (or 0xBDE191) is unknown color: approx Sulu. HEX triplet: BD, E1 and 91. RGB value is (189,225,145). Sum of RGB (Red+Green+Blue) = 189+225+145=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE191 is #421E6E. Grayscale: #CDCDCD. Windows color (decimal): -4333167 or 9560509. OLE color: 9560509.

HSL color Cylindrical-coordinate representation of color #BDE191: hue angle of 87º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE191 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB189225145-
CMYK0.1600.360.12
HSL87º57.14%72.55%-
HSV(B)87º35.56%88.24%-
XYZ53.0266.7136.87-
YUV205.1294.07116.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=33.81%
G=40.25%
B=25.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251450.1600.360.128757.1472.55
HexBDE19110024C573949
Octal275341221200441412771111
Binary101111011110000110010001100000100100110010101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE191; }

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

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

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

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

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

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

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

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