#B3D28A

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

Shades of Sprout #B3D28A

Tints of Sprout #B3D28A

Color information

#B3D28A (or 0xB3D28A) is unknown color: approx Sprout. HEX triplet: B3, D2 and 8A. RGB value is (179,210,138). Sum of RGB (Red+Green+Blue) = 179+210+138=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D28A is #4C2D75. Grayscale: #C0C0C0. Windows color (decimal): -4992374 or 9097907. OLE color: 9097907.

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

Color convert

RGB179210138-
CMYK0.1500.340.18
HSL85.83º44.44%68.24%-
HSV(B)85.83º34.29%82.35%-
XYZ46.2257.5132.71-
YUV192.5297.23118.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=33.97%
G=39.85%
B=26.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101380.1500.340.1885.8344.4468.24
HexB3D28AF02212562c44
Octal263322212170422212654104
Binary101100111101001010001010111101000101001010101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D28A; }

 p { color: rgb(179,210,138); }

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

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

 a { background-color: rgb(179,210,138); }

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

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

 span { border-color: rgb(179,210,138); }

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