#B4D48F

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

Shades of Sprout #B4D48F

Tints of Sprout #B4D48F

Color information

#B4D48F (or 0xB4D48F) is unknown color: approx Sprout. HEX triplet: B4, D4 and 8F. RGB value is (180,212,143). Sum of RGB (Red+Green+Blue) = 180+212+143=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D48F is #4B2B70. Grayscale: #C2C2C2. Windows color (decimal): -4926321 or 9426100. OLE color: 9426100.

HSL color Cylindrical-coordinate representation of color #B4D48F: hue angle of 87.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4D48F is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB180212143-
CMYK0.1500.330.17
HSL87.83º44.52%69.61%-
HSV(B)87.83º32.55%83.14%-
XYZ47.3258.7734.84-
YUV194.5798.9117.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=33.64%
G=39.63%
B=26.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802121430.1500.330.1787.8344.5269.61
HexB4D48FF02111582d46
Octal264324217170412113055106
Binary101101001101010010001111111101000011000110110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D48F; }

 p { color: rgb(180,212,143); }

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

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

 a { background-color: rgb(180,212,143); }

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

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

 span { border-color: rgb(180,212,143); }

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