Html Css Color HEX #B6CA93 Sprout

📋 copy color: '#B6CA93'

red 182 ◦ green 202 ◦ blue 147

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

Shades of Sprout #B6CA93

Tints of Sprout #B6CA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 34.27%
G = 38.04%
B = 27.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B6CA93 (or 0xB6CA93) is known color: Sprout. HEX triplet: B6, CA and 93. RGB value is (182,202,147). Sum of RGB (Red+Green+Blue) = 182+202+147=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA93 is #49356C. Grayscale: #BDBDBD. Windows color (decimal): -4797805 or 9685686. OLE color: 9685686.

HSL color Cylindrical-coordinate representation of color #B6CA93: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6CA93 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 147 -
CMYK 0.10 0 0.27 0.21
HSL 81.82º 0.34% 0.68% -
HSV(B) 81.82º 0.27% 0.79% -
XYZ 45.68 54.29 35.68 -
YUV 189.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 182 202 147 0.10 0 0.27 0.21 81.82 0.34 0.68
Hex B6 CA 93 A 0 1B 15 52 22 44
Octal 266 312 223 12 0 33 25 122 42 104
Binary 10110110 11001010 10010011 1010 0 11011 10101 1010010 100010 1000100

Color Harmonies of #B6CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA93

Black with #B6CA93

Text Example


Text Example

White with #B6CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA93; }

 p { color: rgb(182,202,147); }

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

background-color css

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

 a { background-color: rgb(182,202,147); }

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

border-color css

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

 span { border-color: rgb(182,202,147); }

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