Html Css Color HEX #B6C394 Sprout

📋 copy color: '#B6C394'

red 182 ◦ green 195 ◦ blue 148

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

Shades of Sprout #B6C394

Tints of Sprout #B6C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.14%

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

R = 34.67%
G = 37.14%
B = 28.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#B6C394 (or 0xB6C394) is known color: Sprout. HEX triplet: B6, C3 and 94. RGB value is (182,195,148). Sum of RGB (Red+Green+Blue) = 182+195+148=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C394 is #493C6B. Grayscale: #B9B9B9. Windows color (decimal): -4799596 or 9749430. OLE color: 9749430.

HSL color Cylindrical-coordinate representation of color #B6C394: hue angle of 76.6º degrees, saturation: 0.28, 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 #B6C394 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 195 148 -
CMYK 0.07 0 0.24 0.24
HSL 76.6º 0.28% 0.67% -
HSV(B) 76.6º 0.24% 0.76% -
XYZ 44.15 51.11 35.56 -
YUV 185.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 182 195 148 0.07 0 0.24 0.24 76.6 0.28 0.67
Hex B6 C3 94 7 0 18 18 4D 1C 43
Octal 266 303 224 7 0 30 30 115 34 103
Binary 10110110 11000011 10010100 111 0 11000 11000 1001101 11100 1000011

Color Harmonies of #B6C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C394

Black with #B6C394

Text Example


Text Example

White with #B6C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C394; }

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

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

background-color css

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

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

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

border-color css

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

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

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