Html Css Color HEX #B2C49B Sprout

📋 copy color: '#B2C49B'

red 178 ◦ green 196 ◦ blue 155

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

Shades of Sprout #B2C49B

Tints of Sprout #B2C49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.3%

R = 33.65%
G = 37.05%
B = 29.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#B2C49B (or 0xB2C49B) is known color: Sprout. HEX triplet: B2, C4 and 9B. RGB value is (178,196,155). Sum of RGB (Red+Green+Blue) = 178+196+155=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C49B is #4D3B64. Grayscale: #BABABA. Windows color (decimal): -5061477 or 10208434. OLE color: 10208434.

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

Color convert

RGB 178 196 155 -
CMYK 0.09 0 0.21 0.23
HSL 86.34º 0.26% 0.69% -
HSV(B) 86.34º 0.21% 0.77% -
XYZ 44.02 51.31 38.59 -
YUV 185.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 178 196 155 0.09 0 0.21 0.23 86.34 0.26 0.69
Hex B2 C4 9B 9 0 15 17 56 1A 45
Octal 262 304 233 11 0 25 27 126 32 105
Binary 10110010 11000100 10011011 1001 0 10101 10111 1010110 11010 1000101

Color Harmonies of #B2C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C49B

Black with #B2C49B

Text Example


Text Example

White with #B2C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C49B; }

 p { color: rgb(178,196,155); }

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

background-color css

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

 a { background-color: rgb(178,196,155); }

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

border-color css

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

 span { border-color: rgb(178,196,155); }

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