#BDD28A

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

Shades of Sprout #BDD28A

Tints of Sprout #BDD28A

Color information

#BDD28A (or 0xBDD28A) is unknown color: approx Sprout. HEX triplet: BD, D2 and 8A. RGB value is (189,210,138). Sum of RGB (Red+Green+Blue) = 189+210+138=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD28A is #422D75. Grayscale: #C3C3C3. Windows color (decimal): -4337014 or 9097917. OLE color: 9097917.

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

Color convert

RGB189210138-
CMYK0.1000.340.18
HSL77.5º44.44%68.24%-
HSV(B)77.5º34.29%82.35%-
XYZ48.6258.7532.82-
YUV195.5195.54123.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=35.20%
G=39.11%
B=25.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101380.1000.340.1877.544.4468.24
HexBDD28AA022124e2c44
Octal275322212120422211654104
Binary101111011101001010001010101001000101001010011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD28A; }

 p { color: rgb(189,210,138); }

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

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

 a { background-color: rgb(189,210,138); }

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

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

 span { border-color: rgb(189,210,138); }

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