Html Css Color HEX #B2C991 Sprout

📋 copy color: '#B2C991'

red 178 ◦ green 201 ◦ blue 145

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

Shades of Sprout #B2C991

Tints of Sprout #B2C991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 33.97%
G = 38.36%
B = 27.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B2C991 (or 0xB2C991) is known color: Sprout. HEX triplet: B2, C9 and 91. RGB value is (178,201,145). Sum of RGB (Red+Green+Blue) = 178+201+145=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C991 is #4D366E. Grayscale: #BBBBBB. Windows color (decimal): -5060207 or 9554354. OLE color: 9554354.

HSL color Cylindrical-coordinate representation of color #B2C991: hue angle of 84.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C991 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 145 -
CMYK 0.11 0 0.28 0.21
HSL 84.64º 0.34% 0.68% -
HSV(B) 84.64º 0.28% 0.79% -
XYZ 44.36 53.28 34.73 -
YUV 187.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 178 201 145 0.11 0 0.28 0.21 84.64 0.34 0.68
Hex B2 C9 91 B 0 1C 15 55 22 44
Octal 262 311 221 13 0 34 25 125 42 104
Binary 10110010 11001001 10010001 1011 0 11100 10101 1010101 100010 1000100

Color Harmonies of #B2C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C991

Black with #B2C991

Text Example


Text Example

White with #B2C991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C991; }

 p { color: rgb(178,201,145); }

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

background-color css

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

 a { background-color: rgb(178,201,145); }

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

border-color css

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

 span { border-color: rgb(178,201,145); }

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