Html Css Color HEX #B6C29A Sprout

📋 copy color: '#B6C29A'

red 182 ◦ green 194 ◦ blue 154

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

Shades of Sprout #B6C29A

Tints of Sprout #B6C29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 34.34%
G = 36.6%
B = 29.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B6C29A (or 0xB6C29A) is known color: Sprout. HEX triplet: B6, C2 and 9A. RGB value is (182,194,154). Sum of RGB (Red+Green+Blue) = 182+194+154=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C29A is #493D65. Grayscale: #BABABA. Windows color (decimal): -4799846 or 10142390. OLE color: 10142390.

HSL color Cylindrical-coordinate representation of color #B6C29A: hue angle of 78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C29A is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 154 -
CMYK 0.06 0 0.21 0.24
HSL 78º 0.25% 0.68% -
HSV(B) 78º 0.21% 0.76% -
XYZ 44.42 50.86 38.05 -
YUV 185.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 182 194 154 0.06 0 0.21 0.24 78 0.25 0.68
Hex B6 C2 9A 6 0 15 18 4E 19 44
Octal 266 302 232 6 0 25 30 116 31 104
Binary 10110110 11000010 10011010 110 0 10101 11000 1001110 11001 1000100

Color Harmonies of #B6C29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C29A

Black with #B6C29A

Text Example


Text Example

White with #B6C29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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