#BDD18E

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

Shades of Sprout #BDD18E

Tints of Sprout #BDD18E

Color information

#BDD18E (or 0xBDD18E) is unknown color: approx Sprout. HEX triplet: BD, D1 and 8E. RGB value is (189,209,142). Sum of RGB (Red+Green+Blue) = 189+209+142=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD18E is #422E71. Grayscale: #C3C3C3. Windows color (decimal): -4337266 or 9359805. OLE color: 9359805.

HSL color Cylindrical-coordinate representation of color #BDD18E: hue angle of 77.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD18E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB189209142-
CMYK0.1000.320.18
HSL77.91º42.14%68.82%-
HSV(B)77.91º32.06%81.96%-
XYZ48.6758.3734.29-
YUV195.3897.87123.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=35%
G=38.70%
B=26.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091420.1000.320.1877.9142.1468.82
HexBDD18EA020124e2a45
Octal275321216120402211652105
Binary101111011101000110001110101001000001001010011101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD18E; }

 p { color: rgb(189,209,142); }

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

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

 a { background-color: rgb(189,209,142); }

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

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

 span { border-color: rgb(189,209,142); }

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