Html Css Color HEX #B6C195 Sprout

📋 copy color: '#B6C195'

red 182 ◦ green 193 ◦ blue 149

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

Shades of Sprout #B6C195

Tints of Sprout #B6C195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 34.73%
G = 36.83%
B = 28.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B6C195 (or 0xB6C195) is known color: Sprout. HEX triplet: B6, C1 and 95. RGB value is (182,193,149). Sum of RGB (Red+Green+Blue) = 182+193+149=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C195 is #493E6A. Grayscale: #B8B8B8. Windows color (decimal): -4800107 or 9814454. OLE color: 9814454.

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

Color convert

RGB 182 193 149 -
CMYK 0.06 0 0.23 0.24
HSL 75º 0.26% 0.67% -
HSV(B) 75º 0.23% 0.76% -
XYZ 43.79 50.25 35.83 -
YUV 184.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 182 193 149 0.06 0 0.23 0.24 75 0.26 0.67
Hex B6 C1 95 6 0 17 18 4B 1A 43
Octal 266 301 225 6 0 27 30 113 32 103
Binary 10110110 11000001 10010101 110 0 10111 11000 1001011 11010 1000011

Color Harmonies of #B6C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C195

Black with #B6C195

Text Example


Text Example

White with #B6C195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C195; }

 p { color: rgb(182,193,149); }

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

background-color css

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

 a { background-color: rgb(182,193,149); }

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

border-color css

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

 span { border-color: rgb(182,193,149); }

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