#B4D48D

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

Shades of Sprout #B4D48D

Tints of Sprout #B4D48D

Color information

#B4D48D (or 0xB4D48D) is unknown color: approx Sprout. HEX triplet: B4, D4 and 8D. RGB value is (180,212,141). Sum of RGB (Red+Green+Blue) = 180+212+141=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D48D is #4B2B72. Grayscale: #C2C2C2. Windows color (decimal): -4926323 or 9295028. OLE color: 9295028.

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

Color convert

RGB180212141-
CMYK0.1500.330.17
HSL87.04º45.22%69.22%-
HSV(B)87.04º33.49%83.14%-
XYZ47.1758.7134.05-
YUV194.3497.9117.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=33.77%
G=39.77%
B=26.45%

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
Decimal1802121410.1500.330.1787.0445.2269.22
HexB4D48DF02111572d45
Octal264324215170412112755105
Binary101101001101010010001101111101000011000110101111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D48D; }

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

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

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

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

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

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

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

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