Html Css Color HEX #B0C29D Sprout

📋 copy color: '#B0C29D'

red 176 ◦ green 194 ◦ blue 157

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

Shades of Sprout #B0C29D

Tints of Sprout #B0C29D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

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

R = 33.4%
G = 36.81%
B = 29.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B0C29D (or 0xB0C29D) is known color: Sprout. HEX triplet: B0, C2 and 9D. RGB value is (176,194,157). Sum of RGB (Red+Green+Blue) = 176+194+157=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29D is #4F3D62. Grayscale: #B8B8B8. Windows color (decimal): -5193059 or 10338992. OLE color: 10338992.

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

Color convert

RGB 176 194 157 -
CMYK 0.09 0 0.19 0.24
HSL 89.19º 0.23% 0.69% -
HSV(B) 89.19º 0.19% 0.76% -
XYZ 43.28 50.25 39.32 -
YUV 184.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 176 194 157 0.09 0 0.19 0.24 89.19 0.23 0.69
Hex B0 C2 9D 9 0 13 18 59 17 45
Octal 260 302 235 11 0 23 30 131 27 105
Binary 10110000 11000010 10011101 1001 0 10011 11000 1011001 10111 1000101

Color Harmonies of #B0C29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C29D

Black with #B0C29D

Text Example


Text Example

White with #B0C29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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