#BDEC93

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

Shades of Sulu #BDEC93

Tints of Sulu #BDEC93

Color information

#BDEC93 (or 0xBDEC93) is unknown color: approx Sulu. HEX triplet: BD, EC and 93. RGB value is (189,236,147). Sum of RGB (Red+Green+Blue) = 189+236+147=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC93 is #42136C. Grayscale: #D4D4D4. Windows color (decimal): -4330349 or 9694397. OLE color: 9694397.

HSL color Cylindrical-coordinate representation of color #BDEC93: hue angle of 91.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDEC93 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB189236147-
CMYK0.2000.380.07
HSL91.69º70.08%75.1%-
HSV(B)91.69º37.71%92.55%-
XYZ56.2572.9238.71-
YUV211.891.43111.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=33.04%
G=41.26%
B=25.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361470.2000.380.0791.6970.0875.1
HexBDEC931402675c464b
Octal275354223240467134106113
Binary101111011110110010010011101000100110111101110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC93; }

 p { color: rgb(189,236,147); }

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

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

 a { background-color: rgb(189,236,147); }

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

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

 span { border-color: rgb(189,236,147); }

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