#B4D198

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

Shades of Sprout #B4D198

Tints of Sprout #B4D198

Color information

#B4D198 (or 0xB4D198) is unknown color: approx Sprout. HEX triplet: B4, D1 and 98. RGB value is (180,209,152). Sum of RGB (Red+Green+Blue) = 180+209+152=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D198 is #4B2E67. Grayscale: #C2C2C2. Windows color (decimal): -4927080 or 10015156. OLE color: 10015156.

HSL color Cylindrical-coordinate representation of color #B4D198: hue angle of 90.53º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4D198 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB180209152-
CMYK0.1400.270.18
HSL90.53º38.26%70.78%-
HSV(B)90.53º27.27%81.96%-
XYZ47.2957.5738.33-
YUV193.83104.39118.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=33.27%
G=38.63%
B=28.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091520.1400.270.1890.5338.2670.78
HexB4D198E01B125b2647
Octal264321230160332213346107
Binary10110100110100011001100011100110111001010110111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D198; }

 p { color: rgb(180,209,152); }

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

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

 a { background-color: rgb(180,209,152); }

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

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

 span { border-color: rgb(180,209,152); }

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