Html Css Color HEX #B6C894 Sprout

📋 copy color: '#B6C894'

red 182 ◦ green 200 ◦ blue 148

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

Shades of Sprout #B6C894

Tints of Sprout #B6C894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

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

R = 34.34%
G = 37.74%
B = 27.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#B6C894 (or 0xB6C894) is known color: Sprout. HEX triplet: B6, C8 and 94. RGB value is (182,200,148). Sum of RGB (Red+Green+Blue) = 182+200+148=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C894 is #49376B. Grayscale: #BCBCBC. Windows color (decimal): -4798316 or 9750710. OLE color: 9750710.

HSL color Cylindrical-coordinate representation of color #B6C894: hue angle of 80.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6C894 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 148 -
CMYK 0.09 0 0.26 0.22
HSL 80.77º 0.32% 0.68% -
HSV(B) 80.77º 0.26% 0.78% -
XYZ 45.29 53.39 35.94 -
YUV 188.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 182 200 148 0.09 0 0.26 0.22 80.77 0.32 0.68
Hex B6 C8 94 9 0 1A 16 51 20 44
Octal 266 310 224 11 0 32 26 121 40 104
Binary 10110110 11001000 10010100 1001 0 11010 10110 1010001 100000 1000100

Color Harmonies of #B6C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C894

Black with #B6C894

Text Example


Text Example

White with #B6C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C894; }

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

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

background-color css

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

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

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

border-color css

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

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

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