#BDD58B

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

Shades of Sprout #BDD58B

Tints of Sprout #BDD58B

Color information

#BDD58B (or 0xBDD58B) is unknown color: approx Sprout. HEX triplet: BD, D5 and 8B. RGB value is (189,213,139). Sum of RGB (Red+Green+Blue) = 189+213+139=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58B is #422A74. Grayscale: #C5C5C5. Windows color (decimal): -4336245 or 9164221. OLE color: 9164221.

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

Color convert

RGB189213139-
CMYK0.1100.350.16
HSL79.46º46.84%69.02%-
HSV(B)79.46º34.74%83.53%-
XYZ49.4460.2733.45-
YUV197.3995.05122.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=34.94%
G=39.37%
B=25.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131390.1100.350.1679.4646.8469.02
HexBDD58BB023104f2f45
Octal275325213130432011757105
Binary101111011101010110001011101101000111000010011111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD58B; }

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

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

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

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

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

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

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

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