Html Css Color HEX #B6C29E Sprout

📋 copy color: '#B6C29E'

red 182 ◦ green 194 ◦ blue 158

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

Shades of Sprout #B6C29E

Tints of Sprout #B6C29E

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

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

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 34.08%
G = 36.33%
B = 29.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B6C29E (or 0xB6C29E) is known color: Sprout. HEX triplet: B6, C2 and 9E. RGB value is (182,194,158). Sum of RGB (Red+Green+Blue) = 182+194+158=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C29E is #493D61. Grayscale: #BABABA. Windows color (decimal): -4799842 or 10404534. OLE color: 10404534.

HSL color Cylindrical-coordinate representation of color #B6C29E: hue angle of 80º 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 #B6C29E is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 158 -
CMYK 0.06 0 0.19 0.24
HSL 80º 0.23% 0.69% -
HSV(B) 80º 0.19% 0.76% -
XYZ 44.75 51 39.83 -
YUV 186.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 182 194 158 0.06 0 0.19 0.24 80 0.23 0.69
Hex B6 C2 9E 6 0 13 18 50 17 45
Octal 266 302 236 6 0 23 30 120 27 105
Binary 10110110 11000010 10011110 110 0 10011 11000 1010000 10111 1000101

Color Harmonies of #B6C29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C29E

Black with #B6C29E

Text Example


Text Example

White with #B6C29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C29E; }

 p { color: rgb(182,194,158); }

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

background-color css

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

 a { background-color: rgb(182,194,158); }

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

border-color css

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

 span { border-color: rgb(182,194,158); }

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