Html Css Color HEX #B8C49B Sprout

📋 copy color: '#B8C49B'

red 184 ◦ green 196 ◦ blue 155

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

Shades of Sprout #B8C49B

Tints of Sprout #B8C49B

RGB

 RED value IS 184 (72.27% from 255) = 34.39%

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

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

R = 34.39%
G = 36.64%
B = 28.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#B8C49B (or 0xB8C49B) is known color: Sprout. HEX triplet: B8, C4 and 9B. RGB value is (184,196,155). Sum of RGB (Red+Green+Blue) = 184+196+155=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C49B is #473B64. Grayscale: #BBBBBB. Windows color (decimal): -4668261 or 10208440. OLE color: 10208440.

HSL color Cylindrical-coordinate representation of color #B8C49B: hue angle of 77.56º 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 #B8C49B is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 196 155 -
CMYK 0.06 0 0.21 0.23
HSL 77.56º 0.26% 0.69% -
HSV(B) 77.56º 0.21% 0.77% -
XYZ 45.42 52.04 38.66 -
YUV 187.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 184 196 155 0.06 0 0.21 0.23 77.56 0.26 0.69
Hex B8 C4 9B 6 0 15 17 4E 1A 45
Octal 270 304 233 6 0 25 27 116 32 105
Binary 10111000 11000100 10011011 110 0 10101 10111 1001110 11010 1000101

Color Harmonies of #B8C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C49B

Black with #B8C49B

Text Example


Text Example

White with #B8C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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