Html Css Color HEX #B0C79D Sprout

📋 copy color: '#B0C79D'

red 176 ◦ green 199 ◦ blue 157

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

Shades of Sprout #B0C79D

Tints of Sprout #B0C79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 33.08%
G = 37.41%
B = 29.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#B0C79D (or 0xB0C79D) is known color: Sprout. HEX triplet: B0, C7 and 9D. RGB value is (176,199,157). Sum of RGB (Red+Green+Blue) = 176+199+157=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C79D is #4F3862. Grayscale: #BBBBBB. Windows color (decimal): -5191779 or 10340272. OLE color: 10340272.

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

Color convert

RGB 176 199 157 -
CMYK 0.12 0 0.21 0.22
HSL 92.86º 0.27% 0.7% -
HSV(B) 92.86º 0.21% 0.78% -
XYZ 44.41 52.51 39.69 -
YUV 187.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 176 199 157 0.12 0 0.21 0.22 92.86 0.27 0.7
Hex B0 C7 9D C 0 15 16 5D 1B 46
Octal 260 307 235 14 0 25 26 135 33 106
Binary 10110000 11000111 10011101 1100 0 10101 10110 1011101 11011 1000110

Color Harmonies of #B0C79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C79D

Black with #B0C79D

Text Example


Text Example

White with #B0C79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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