#BDDD8A

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

Shades of Sulu #BDDD8A

Tints of Sulu #BDDD8A

Color information

#BDDD8A (or 0xBDDD8A) is unknown color: approx Sulu. HEX triplet: BD, DD and 8A. RGB value is (189,221,138). Sum of RGB (Red+Green+Blue) = 189+221+138=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD8A is #422275. Grayscale: #CACACA. Windows color (decimal): -4334198 or 9100733. OLE color: 9100733.

HSL color Cylindrical-coordinate representation of color #BDDD8A: hue angle of 83.13º degrees, saturation: 0.55, 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 #BDDD8A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB189221138-
CMYK0.1400.380.13
HSL83.13º54.97%70.39%-
HSV(B)83.13º37.56%86.67%-
XYZ51.4364.3733.76-
YUV201.9791.9118.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 138 (54.30% from 255) = 25.18%
R=34.49%
G=40.33%
B=25.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211380.1400.380.1383.1354.9770.39
HexBDDD8AE026D533746
Octal275335212160461512367106
Binary10111101110111011000101011100100110110110100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD8A; }

 p { color: rgb(189,221,138); }

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

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

 a { background-color: rgb(189,221,138); }

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

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

 span { border-color: rgb(189,221,138); }

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