#B9D48A

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

Shades of Sprout #B9D48A

Tints of Sprout #B9D48A

Color information

#B9D48A (or 0xB9D48A) is unknown color: approx Sprout. HEX triplet: B9, D4 and 8A. RGB value is (185,212,138). Sum of RGB (Red+Green+Blue) = 185+212+138=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D48A is #462B75. Grayscale: #C3C3C3. Windows color (decimal): -4598646 or 9098425. OLE color: 9098425.

HSL color Cylindrical-coordinate representation of color #B9D48A: hue angle of 81.89º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9D48A is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB185212138-
CMYK0.1300.350.17
HSL81.89º46.25%68.63%-
HSV(B)81.89º34.91%83.14%-
XYZ48.1459.2432.94-
YUV195.4995.55120.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=34.58%
G=39.63%
B=25.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852121380.1300.350.1781.8946.2568.63
HexB9D48AD02311522e45
Octal271324212150432112256105
Binary101110011101010010001010110101000111000110100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D48A; }

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

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

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

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

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

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

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

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