#BDEB93

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

Shades of Sulu #BDEB93

Tints of Sulu #BDEB93

Color information

#BDEB93 (or 0xBDEB93) is unknown color: approx Sulu. HEX triplet: BD, EB and 93. RGB value is (189,235,147). Sum of RGB (Red+Green+Blue) = 189+235+147=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB93 is #42146C. Grayscale: #D3D3D3. Windows color (decimal): -4330605 or 9694141. OLE color: 9694141.

HSL color Cylindrical-coordinate representation of color #BDEB93: hue angle of 91.36º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDEB93 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB189235147-
CMYK0.2000.370.08
HSL91.36º68.75%74.9%-
HSV(B)91.36º37.45%92.16%-
XYZ55.9672.3438.62-
YUV211.2191.76112.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=33.10%
G=41.16%
B=25.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892351470.2000.370.0891.3668.7574.9
HexBDEB931402585b454b
Octal2753532232404510133105113
Binary1011110111101011100100111010001001011000101101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEB93; }

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

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

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

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

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

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

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

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