Html Css Color HEX #B6CA92 Sprout

📋 copy color: '#B6CA92'

red 182 ◦ green 202 ◦ blue 146

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

Shades of Sprout #B6CA92

Tints of Sprout #B6CA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 34.34%
G = 38.11%
B = 27.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B6CA92 (or 0xB6CA92) is known color: Sprout. HEX triplet: B6, CA and 92. RGB value is (182,202,146). Sum of RGB (Red+Green+Blue) = 182+202+146=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA92 is #49356D. Grayscale: #BDBDBD. Windows color (decimal): -4797806 or 9620150. OLE color: 9620150.

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

Color convert

RGB 182 202 146 -
CMYK 0.10 0 0.28 0.21
HSL 81.43º 0.35% 0.68% -
HSV(B) 81.43º 0.28% 0.79% -
XYZ 45.6 54.26 35.26 -
YUV 189.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 182 202 146 0.10 0 0.28 0.21 81.43 0.35 0.68
Hex B6 CA 92 A 0 1C 15 51 23 44
Octal 266 312 222 12 0 34 25 121 43 104
Binary 10110110 11001010 10010010 1010 0 11100 10101 1010001 100011 1000100

Color Harmonies of #B6CA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA92

Black with #B6CA92

Text Example


Text Example

White with #B6CA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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