#BDDC90

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

Shades of Sprout #BDDC90

Tints of Sprout #BDDC90

Color information

#BDDC90 (or 0xBDDC90) is unknown color: approx Sprout. HEX triplet: BD, DC and 90. RGB value is (189,220,144). Sum of RGB (Red+Green+Blue) = 189+220+144=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC90 is #42236F. Grayscale: #CACACA. Windows color (decimal): -4334448 or 9493693. OLE color: 9493693.

HSL color Cylindrical-coordinate representation of color #BDDC90: hue angle of 84.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDC90 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB189220144-
CMYK0.1400.350.14
HSL84.47º52.05%71.37%-
HSV(B)84.47º34.55%86.27%-
XYZ51.6164.0236.02-
YUV202.0795.23118.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=34.18%
G=39.78%
B=26.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201440.1400.350.1484.4752.0571.37
HexBDDC90E023E543447
Octal275334220160431612464107
Binary10111101110111001001000011100100011111010101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC90; }

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

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

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

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

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

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

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

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