Html Css Color HEX #B6C294 Sprout

📋 copy color: '#B6C294'

red 182 ◦ green 194 ◦ blue 148

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

Shades of Sprout #B6C294

Tints of Sprout #B6C294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 34.73%
G = 37.02%
B = 28.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#B6C294 (or 0xB6C294) is known color: Sprout. HEX triplet: B6, C2 and 94. RGB value is (182,194,148). Sum of RGB (Red+Green+Blue) = 182+194+148=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C294 is #493D6B. Grayscale: #B9B9B9. Windows color (decimal): -4799852 or 9749174. OLE color: 9749174.

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

Color convert

RGB 182 194 148 -
CMYK 0.06 0 0.24 0.24
HSL 75.65º 0.27% 0.67% -
HSV(B) 75.65º 0.24% 0.76% -
XYZ 43.93 50.67 35.48 -
YUV 185.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 182 194 148 0.06 0 0.24 0.24 75.65 0.27 0.67
Hex B6 C2 94 6 0 18 18 4C 1B 43
Octal 266 302 224 6 0 30 30 114 33 103
Binary 10110110 11000010 10010100 110 0 11000 11000 1001100 11011 1000011

Color Harmonies of #B6C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C294

Black with #B6C294

Text Example


Text Example

White with #B6C294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C294; }

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

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

background-color css

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

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

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

border-color css

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

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

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