Html Css Color HEX #B6C29C Sprout

📋 copy color: '#B6C29C'

red 182 ◦ green 194 ◦ blue 156

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

Shades of Sprout #B6C29C

Tints of Sprout #B6C29C

RGB

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

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

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

R = 34.21%
G = 36.47%
B = 29.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B6C29C (or 0xB6C29C) is known color: Sprout. HEX triplet: B6, C2 and 9C. RGB value is (182,194,156). Sum of RGB (Red+Green+Blue) = 182+194+156=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C29C is #493D63. Grayscale: #BABABA. Windows color (decimal): -4799844 or 10273462. OLE color: 10273462.

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

Color convert

RGB 182 194 156 -
CMYK 0.06 0 0.20 0.24
HSL 78.95º 0.24% 0.69% -
HSV(B) 78.95º 0.2% 0.76% -
XYZ 44.58 50.93 38.93 -
YUV 186.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 182 194 156 0.06 0 0.20 0.24 78.95 0.24 0.69
Hex B6 C2 9C 6 0 14 18 4F 18 45
Octal 266 302 234 6 0 24 30 117 30 105
Binary 10110110 11000010 10011100 110 0 10100 11000 1001111 11000 1000101

Color Harmonies of #B6C29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C29C

Black with #B6C29C

Text Example


Text Example

White with #B6C29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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