Html Css Color HEX #B2C19D Sprout

📋 copy color: '#B2C19D'

red 178 ◦ green 193 ◦ blue 157

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

Shades of Sprout #B2C19D

Tints of Sprout #B2C19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 33.71%
G = 36.55%
B = 29.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B2C19D (or 0xB2C19D) is known color: Sprout. HEX triplet: B2, C1 and 9D. RGB value is (178,193,157). Sum of RGB (Red+Green+Blue) = 178+193+157=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C19D is #4D3E62. Grayscale: #B8B8B8. Windows color (decimal): -5062243 or 10338738. OLE color: 10338738.

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

Color convert

RGB 178 193 157 -
CMYK 0.08 0 0.19 0.24
HSL 85º 0.23% 0.69% -
HSV(B) 85º 0.19% 0.76% -
XYZ 43.52 50.04 39.26 -
YUV 184.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 178 193 157 0.08 0 0.19 0.24 85 0.23 0.69
Hex B2 C1 9D 8 0 13 18 55 16 45
Octal 262 301 235 10 0 23 30 125 26 105
Binary 10110010 11000001 10011101 1000 0 10011 11000 1010101 10110 1000101

Color Harmonies of #B2C19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C19D

Black with #B2C19D

Text Example


Text Example

White with #B2C19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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