Html Css Color HEX #B0C495 Sprout

📋 copy color: '#B0C495'

red 176 ◦ green 196 ◦ blue 149

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

Shades of Sprout #B0C495

Tints of Sprout #B0C495

RGB

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

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

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

R = 33.78%
G = 37.62%
B = 28.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#B0C495 (or 0xB0C495) is known color: Sprout. HEX triplet: B0, C4 and 95. RGB value is (176,196,149). Sum of RGB (Red+Green+Blue) = 176+196+149=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C495 is #4F3B6A. Grayscale: #B8B8B8. Windows color (decimal): -5192555 or 9815216. OLE color: 9815216.

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

Color convert

RGB 176 196 149 -
CMYK 0.10 0 0.24 0.23
HSL 85.53º 0.28% 0.68% -
HSV(B) 85.53º 0.24% 0.77% -
XYZ 43.07 50.88 35.98 -
YUV 184.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 176 196 149 0.10 0 0.24 0.23 85.53 0.28 0.68
Hex B0 C4 95 A 0 18 17 56 1C 44
Octal 260 304 225 12 0 30 27 126 34 104
Binary 10110000 11000100 10010101 1010 0 11000 10111 1010110 11100 1000100

Color Harmonies of #B0C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C495

Black with #B0C495

Text Example


Text Example

White with #B0C495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C495; }

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

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

background-color css

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

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

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

border-color css

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

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

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