#BDD58D

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

Shades of Sprout #BDD58D

Tints of Sprout #BDD58D

Color information

#BDD58D (or 0xBDD58D) is unknown color: approx Sprout. HEX triplet: BD, D5 and 8D. RGB value is (189,213,141). Sum of RGB (Red+Green+Blue) = 189+213+141=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58D is #422A72. Grayscale: #C5C5C5. Windows color (decimal): -4336243 or 9295293. OLE color: 9295293.

HSL color Cylindrical-coordinate representation of color #BDD58D: hue angle of 80º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD58D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB189213141-
CMYK0.1100.340.16
HSL80º46.15%69.41%-
HSV(B)80º33.8%83.53%-
XYZ49.5960.3334.23-
YUV197.6296.05121.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=34.81%
G=39.23%
B=25.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131410.1100.340.168046.1569.41
HexBDD58DB02210502e45
Octal275325215130422012056105
Binary101111011101010110001101101101000101000010100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD58D; }

 p { color: rgb(189,213,141); }

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

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

 a { background-color: rgb(189,213,141); }

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

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

 span { border-color: rgb(189,213,141); }

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