#BDDF90

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

Shades of Sulu #BDDF90

Tints of Sulu #BDDF90

Color information

#BDDF90 (or 0xBDDF90) is unknown color: approx Sulu. HEX triplet: BD, DF and 90. RGB value is (189,223,144). Sum of RGB (Red+Green+Blue) = 189+223+144=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF90 is #42206F. Grayscale: #CCCCCC. Windows color (decimal): -4333680 or 9494461. OLE color: 9494461.

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

Color convert

RGB189223144-
CMYK0.1500.350.13
HSL85.82º55.24%71.96%-
HSV(B)85.82º35.43%87.45%-
XYZ52.4165.6136.29-
YUV203.8394.24117.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=33.99%
G=40.11%
B=25.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231440.1500.350.1385.8255.2471.96
HexBDDF90F023D563748
Octal275337220170431512667110
Binary10111101110111111001000011110100011110110101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDF90; }

 p { color: rgb(189,223,144); }

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

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

 a { background-color: rgb(189,223,144); }

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

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

 span { border-color: rgb(189,223,144); }

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