Html Css Color HEX #B0C29C Sprout

📋 copy color: '#B0C29C'

red 176 ◦ green 194 ◦ blue 156

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

Shades of Sprout #B0C29C

Tints of Sprout #B0C29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.66%

R = 33.46%
G = 36.88%
B = 29.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B0C29C (or 0xB0C29C) is known color: Sprout. HEX triplet: B0, C2 and 9C. RGB value is (176,194,156). Sum of RGB (Red+Green+Blue) = 176+194+156=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29C is #4F3D63. Grayscale: #B8B8B8. Windows color (decimal): -5193060 or 10273456. OLE color: 10273456.

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

Color convert

RGB 176 194 156 -
CMYK 0.09 0 0.20 0.24
HSL 88.42º 0.24% 0.69% -
HSV(B) 88.42º 0.2% 0.76% -
XYZ 43.2 50.21 38.87 -
YUV 184.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 176 194 156 0.09 0 0.20 0.24 88.42 0.24 0.69
Hex B0 C2 9C 9 0 14 18 58 18 45
Octal 260 302 234 11 0 24 30 130 30 105
Binary 10110000 11000010 10011100 1001 0 10100 11000 1011000 11000 1000101

Color Harmonies of #B0C29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C29C

Black with #B0C29C

Text Example


Text Example

White with #B0C29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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