Html Css Color HEX #B0C49E Sprout

📋 copy color: '#B0C49E'

red 176 ◦ green 196 ◦ blue 158

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

Shades of Sprout #B0C49E

Tints of Sprout #B0C49E

RGB

 RED value IS 176 (69.14% from 255) = 33.21%

 GREEN value IS 196 (76.95% from 255) = 36.98%

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 33.21%
G = 36.98%
B = 29.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#B0C49E (or 0xB0C49E) is known color: Sprout. HEX triplet: B0, C4 and 9E. RGB value is (176,196,158). Sum of RGB (Red+Green+Blue) = 176+196+158=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C49E is #4F3B61. Grayscale: #B9B9B9. Windows color (decimal): -5192546 or 10405040. OLE color: 10405040.

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

Color convert

RGB 176 196 158 -
CMYK 0.10 0 0.19 0.23
HSL 91.58º 0.24% 0.69% -
HSV(B) 91.58º 0.19% 0.77% -
XYZ 43.82 51.18 39.92 -
YUV 185.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 176 196 158 0.10 0 0.19 0.23 91.58 0.24 0.69
Hex B0 C4 9E A 0 13 17 5C 18 45
Octal 260 304 236 12 0 23 27 134 30 105
Binary 10110000 11000100 10011110 1010 0 10011 10111 1011100 11000 1000101

Color Harmonies of #B0C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C49E

Black with #B0C49E

Text Example


Text Example

White with #B0C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C49E; }

 p { color: rgb(176,196,158); }

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

background-color css

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

 a { background-color: rgb(176,196,158); }

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

border-color css

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

 span { border-color: rgb(176,196,158); }

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