Html Css Color HEX #B6D49A Sprout

📋 copy color: '#B6D49A'

red 182 ◦ green 212 ◦ blue 154

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

Shades of Sprout #B6D49A

Tints of Sprout #B6D49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.69%

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

R = 33.21%
G = 38.69%
B = 28.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#B6D49A (or 0xB6D49A) is known color: Sprout. HEX triplet: B6, D4 and 9A. RGB value is (182,212,154). Sum of RGB (Red+Green+Blue) = 182+212+154=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D49A is #492B65. Grayscale: #C4C4C4. Windows color (decimal): -4795238 or 10146998. OLE color: 10146998.

HSL color Cylindrical-coordinate representation of color #B6D49A: hue angle of 91.03º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6D49A is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 212 154 -
CMYK 0.14 0 0.27 0.17
HSL 91.03º 0.4% 0.72% -
HSV(B) 91.03º 0.27% 0.83% -
XYZ 48.67 59.37 39.47 -
YUV 196.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 182 212 154 0.14 0 0.27 0.17 91.03 0.4 0.72
Hex B6 D4 9A E 0 1B 11 5B 28 48
Octal 266 324 232 16 0 33 21 133 50 110
Binary 10110110 11010100 10011010 1110 0 11011 10001 1011011 101000 1001000

Color Harmonies of #B6D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D49A

Black with #B6D49A

Text Example


Text Example

White with #B6D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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