#B8D290

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

Shades of Sprout #B8D290

Tints of Sprout #B8D290

Color information

#B8D290 (or 0xB8D290) is unknown color: approx Sprout. HEX triplet: B8, D2 and 90. RGB value is (184,210,144). Sum of RGB (Red+Green+Blue) = 184+210+144=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D290 is #472D6F. Grayscale: #C2C2C2. Windows color (decimal): -4664688 or 9491128. OLE color: 9491128.

HSL color Cylindrical-coordinate representation of color #B8D290: hue angle of 83.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8D290 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB184210144-
CMYK0.1200.310.18
HSL83.64º42.31%69.41%-
HSV(B)83.64º31.43%82.35%-
XYZ47.8558.335.12-
YUV194.799.39120.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=34.20%
G=39.03%
B=26.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842101440.1200.310.1883.6442.3169.41
HexB8D290C01F12542a45
Octal270322220140372212452105
Binary10111000110100101001000011000111111001010101001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D290; }

 p { color: rgb(184,210,144); }

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

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

 a { background-color: rgb(184,210,144); }

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

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

 span { border-color: rgb(184,210,144); }

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