Html Css Color HEX #B2C193 Sprout

📋 copy color: '#B2C193'

red 178 ◦ green 193 ◦ blue 147

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

Shades of Sprout #B2C193

Tints of Sprout #B2C193

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 34.36%
G = 37.26%
B = 28.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#B2C193 (or 0xB2C193) is known color: Sprout. HEX triplet: B2, C1 and 93. RGB value is (178,193,147). Sum of RGB (Red+Green+Blue) = 178+193+147=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C193 is #4D3E6C. Grayscale: #B7B7B7. Windows color (decimal): -5062253 or 9683378. OLE color: 9683378.

HSL color Cylindrical-coordinate representation of color #B2C193: hue angle of 79.57º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2C193 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 147 -
CMYK 0.08 0 0.24 0.24
HSL 79.57º 0.27% 0.67% -
HSV(B) 79.57º 0.24% 0.76% -
XYZ 42.7 49.71 34.95 -
YUV 183.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 178 193 147 0.08 0 0.24 0.24 79.57 0.27 0.67
Hex B2 C1 93 8 0 18 18 50 1B 43
Octal 262 301 223 10 0 30 30 120 33 103
Binary 10110010 11000001 10010011 1000 0 11000 11000 1010000 11011 1000011

Color Harmonies of #B2C193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C193

Black with #B2C193

Text Example


Text Example

White with #B2C193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C193; }

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

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

background-color css

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

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

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

border-color css

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

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

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