Html Css Color HEX #B2D494 Sprout

📋 copy color: '#B2D494'

red 178 ◦ green 212 ◦ blue 148

#B2D494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B2D494

Tints of Sprout #B2D494

RGB

 RED value IS 178 (69.92% from 255) = 33.09%

 GREEN value IS 212 (83.2% from 255) = 39.41%

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 33.09%
G = 39.41%
B = 27.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#B2D494 (or 0xB2D494) is known color: Sprout. HEX triplet: B2, D4 and 94. RGB value is (178,212,148). Sum of RGB (Red+Green+Blue) = 178+212+148=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D494 is #4D2B6B. Grayscale: #C2C2C2. Windows color (decimal): -5057388 or 9753778. OLE color: 9753778.

HSL color Cylindrical-coordinate representation of color #B2D494: hue angle of 91.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2D494 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 148 -
CMYK 0.16 0 0.30 0.17
HSL 91.88º 0.43% 0.71% -
HSV(B) 91.88º 0.3% 0.83% -
XYZ 47.25 58.69 36.86 -
YUV 194.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 178 212 148 0.16 0 0.30 0.17 91.88 0.43 0.71
Hex B2 D4 94 10 0 1E 11 5C 2B 47
Octal 262 324 224 20 0 36 21 134 53 107
Binary 10110010 11010100 10010100 10000 0 11110 10001 1011100 101011 1000111

Color Harmonies of #B2D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D494

Black with #B2D494

Text Example


Text Example

White with #B2D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D494; }

 p { color: rgb(178,212,148); }

 H1.HeaderClassName
 {
   color: #B2D494;
 }
 .AnyTagClassName
 {
   color: #B2D494;
 }
</style>

background-color css

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

 a { background-color: rgb(178,212,148); }

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

border-color css

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

 span { border-color: rgb(178,212,148); }

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