Html Css Color HEX #B2C993 Sprout

📋 copy color: '#B2C993'

red 178 ◦ green 201 ◦ blue 147

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

Shades of Sprout #B2C993

Tints of Sprout #B2C993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 33.84%
G = 38.21%
B = 27.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B2C993 (or 0xB2C993) is known color: Sprout. HEX triplet: B2, C9 and 93. RGB value is (178,201,147). Sum of RGB (Red+Green+Blue) = 178+201+147=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C993 is #4D366C. Grayscale: #BCBCBC. Windows color (decimal): -5060205 or 9685426. OLE color: 9685426.

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

Color convert

RGB 178 201 147 -
CMYK 0.11 0 0.27 0.21
HSL 85.56º 0.33% 0.68% -
HSV(B) 85.56º 0.27% 0.79% -
XYZ 44.51 53.34 35.55 -
YUV 187.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 178 201 147 0.11 0 0.27 0.21 85.56 0.33 0.68
Hex B2 C9 93 B 0 1B 15 56 21 44
Octal 262 311 223 13 0 33 25 126 41 104
Binary 10110010 11001001 10010011 1011 0 11011 10101 1010110 100001 1000100

Color Harmonies of #B2C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C993

Black with #B2C993

Text Example


Text Example

White with #B2C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C993; }

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

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

background-color css

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

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

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

border-color css

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

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

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