#BDEA93

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

Shades of Sulu #BDEA93

Tints of Sulu #BDEA93

Color information

#BDEA93 (or 0xBDEA93) is unknown color: approx Sulu. HEX triplet: BD, EA and 93. RGB value is (189,234,147). Sum of RGB (Red+Green+Blue) = 189+234+147=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA93 is #42156C. Grayscale: #D2D2D2. Windows color (decimal): -4330861 or 9693885. OLE color: 9693885.

HSL color Cylindrical-coordinate representation of color #BDEA93: hue angle of 91.03º degrees, saturation: 0.67, 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 #BDEA93 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB189234147-
CMYK0.1900.370.08
HSL91.03º67.44%74.71%-
HSV(B)91.03º37.18%91.76%-
XYZ55.6871.7738.52-
YUV210.6392.09112.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=33.16%
G=41.05%
B=25.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341470.1900.370.0891.0367.4474.71
HexBDEA931302585b434b
Octal2753522232304510133103113
Binary1011110111101010100100111001101001011000101101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA93; }

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

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

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

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

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

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

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

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