#BDE192

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

Shades of Sulu #BDE192

Tints of Sulu #BDE192

Color information

#BDE192 (or 0xBDE192) is unknown color: approx Sulu. HEX triplet: BD, E1 and 92. RGB value is (189,225,146). Sum of RGB (Red+Green+Blue) = 189+225+146=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE192 is #421E6D. Grayscale: #CDCDCD. Windows color (decimal): -4333166 or 9626045. OLE color: 9626045.

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

Color convert

RGB189225146-
CMYK0.1600.350.12
HSL87.34º56.83%72.75%-
HSV(B)87.34º35.11%88.24%-
XYZ53.166.7437.28-
YUV205.2394.57116.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=33.75%
G=40.18%
B=26.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251460.1600.350.1287.3456.8372.75
HexBDE19210023C573949
Octal275341222200431412771111
Binary101111011110000110010010100000100011110010101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE192; }

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

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

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

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

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

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

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

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