#B7D18A

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

Shades of Sprout #B7D18A

Tints of Sprout #B7D18A

Color information

#B7D18A (or 0xB7D18A) is unknown color: approx Sprout. HEX triplet: B7, D1 and 8A. RGB value is (183,209,138). Sum of RGB (Red+Green+Blue) = 183+209+138=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D18A is #482E75. Grayscale: #C1C1C1. Windows color (decimal): -4730486 or 9097655. OLE color: 9097655.

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

Color convert

RGB183209138-
CMYK0.1200.340.18
HSL81.97º43.56%68.04%-
HSV(B)81.97º33.97%81.96%-
XYZ46.9257.532.67-
YUV193.1396.89120.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=34.53%
G=39.43%
B=26.04%

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
Decimal1832091380.1200.340.1881.9743.5668.04
HexB7D18AC02212522c44
Octal267321212140422212254104
Binary101101111101000110001010110001000101001010100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D18A; }

 p { color: rgb(183,209,138); }

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

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

 a { background-color: rgb(183,209,138); }

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

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

 span { border-color: rgb(183,209,138); }

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