Html Css Color HEX #B0C796 Sprout

📋 copy color: '#B0C796'

red 176 ◦ green 199 ◦ blue 150

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

Shades of Sprout #B0C796

Tints of Sprout #B0C796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 33.52%
G = 37.9%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#B0C796 (or 0xB0C796) is known color: Sprout. HEX triplet: B0, C7 and 96. RGB value is (176,199,150). Sum of RGB (Red+Green+Blue) = 176+199+150=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C796 is #4F3869. Grayscale: #BABABA. Windows color (decimal): -5191786 or 9881520. OLE color: 9881520.

HSL color Cylindrical-coordinate representation of color #B0C796: hue angle of 88.16º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C796 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 150 -
CMYK 0.12 0 0.25 0.22
HSL 88.16º 0.3% 0.68% -
HSV(B) 88.16º 0.25% 0.78% -
XYZ 43.83 52.28 36.63 -
YUV 186.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 176 199 150 0.12 0 0.25 0.22 88.16 0.3 0.68
Hex B0 C7 96 C 0 19 16 58 1E 44
Octal 260 307 226 14 0 31 26 130 36 104
Binary 10110000 11000111 10010110 1100 0 11001 10110 1011000 11110 1000100

Color Harmonies of #B0C796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C796

Black with #B0C796

Text Example


Text Example

White with #B0C796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C796; }

 p { color: rgb(176,199,150); }

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

background-color css

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

 a { background-color: rgb(176,199,150); }

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

border-color css

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

 span { border-color: rgb(176,199,150); }

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