#BDDE89

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

Shades of Sulu #BDDE89

Tints of Sulu #BDDE89

Color information

#BDDE89 (or 0xBDDE89) is unknown color: approx Sulu. HEX triplet: BD, DE and 89. RGB value is (189,222,137). Sum of RGB (Red+Green+Blue) = 189+222+137=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE89 is #422176. Grayscale: #CACACA. Windows color (decimal): -4333943 or 9035453. OLE color: 9035453.

HSL color Cylindrical-coordinate representation of color #BDDE89: hue angle of 83.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDDE89 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB189222137-
CMYK0.1500.380.13
HSL83.29º56.29%70.39%-
HSV(B)83.29º38.29%87.06%-
XYZ51.6264.8733.47-
YUV202.4491.07118.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 137 (53.91% from 255) = 25%
R=34.49%
G=40.51%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221370.1500.380.1383.2956.2970.39
HexBDDE89F026D533846
Octal275336211170461512370106
Binary10111101110111101000100111110100110110110100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE89; }

 p { color: rgb(189,222,137); }

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

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

 a { background-color: rgb(189,222,137); }

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

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

 span { border-color: rgb(189,222,137); }

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