#B9D28A

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

Shades of Sprout #B9D28A

Tints of Sprout #B9D28A

Color information

#B9D28A (or 0xB9D28A) is unknown color: approx Sprout. HEX triplet: B9, D2 and 8A. RGB value is (185,210,138). Sum of RGB (Red+Green+Blue) = 185+210+138=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D28A is #462D75. Grayscale: #C2C2C2. Windows color (decimal): -4599158 or 9097913. OLE color: 9097913.

HSL color Cylindrical-coordinate representation of color #B9D28A: hue angle of 80.83º 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 #B9D28A is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB185210138-
CMYK0.1200.340.18
HSL80.83º44.44%68.24%-
HSV(B)80.83º34.29%82.35%-
XYZ47.6458.2432.78-
YUV194.3296.22121.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=34.71%
G=39.40%
B=25.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101380.1200.340.1880.8344.4468.24
HexB9D28AC02212512c44
Octal271322212140422212154104
Binary101110011101001010001010110001000101001010100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D28A; }

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

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

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

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

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

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

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

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