Html Css Color HEX #B2C095 Sprout

📋 copy color: '#B2C095'

red 178 ◦ green 192 ◦ blue 149

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

Shades of Sprout #B2C095

Tints of Sprout #B2C095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 34.3%
G = 36.99%
B = 28.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#B2C095 (or 0xB2C095) is known color: Sprout. HEX triplet: B2, C0 and 95. RGB value is (178,192,149). Sum of RGB (Red+Green+Blue) = 178+192+149=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C095 is #4D3F6A. Grayscale: #B7B7B7. Windows color (decimal): -5062507 or 9814194. OLE color: 9814194.

HSL color Cylindrical-coordinate representation of color #B2C095: hue angle of 79.53º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2C095 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 149 -
CMYK 0.07 0 0.22 0.25
HSL 79.53º 0.25% 0.67% -
HSV(B) 79.53º 0.22% 0.75% -
XYZ 42.63 49.33 35.71 -
YUV 182.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 178 192 149 0.07 0 0.22 0.25 79.53 0.25 0.67
Hex B2 C0 95 7 0 16 19 50 19 43
Octal 262 300 225 7 0 26 31 120 31 103
Binary 10110010 11000000 10010101 111 0 10110 11001 1010000 11001 1000011

Color Harmonies of #B2C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C095

Black with #B2C095

Text Example


Text Example

White with #B2C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C095; }

 p { color: rgb(178,192,149); }

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

background-color css

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

 a { background-color: rgb(178,192,149); }

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

border-color css

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

 span { border-color: rgb(178,192,149); }

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