#B2D09A

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

Shades of Sprout #B2D09A

Tints of Sprout #B2D09A

Color information

#B2D09A (or 0xB2D09A) is unknown color: approx Sprout. HEX triplet: B2, D0 and 9A. RGB value is (178,208,154). Sum of RGB (Red+Green+Blue) = 178+208+154=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D09A is #4D2F65. Grayscale: #C1C1C1. Windows color (decimal): -5058406 or 10145970. OLE color: 10145970.

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

Color convert

RGB178208154-
CMYK0.1400.260.18
HSL93.33º36.49%70.98%-
HSV(B)93.33º25.96%81.57%-
XYZ46.7556.9139.09-
YUV192.87106.06117.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=32.96%
G=38.52%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081540.1400.260.1893.3336.4970.98
HexB2D09AE01A125d2447
Octal262320232160322213544107
Binary10110010110100001001101011100110101001010111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D09A; }

 p { color: rgb(178,208,154); }

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

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

 a { background-color: rgb(178,208,154); }

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

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

 span { border-color: rgb(178,208,154); }

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