Html Css Color HEX #B6CA8E Sprout

📋 copy color: '#B6CA8E'

red 182 ◦ green 202 ◦ blue 142

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

Shades of Sprout #B6CA8E

Tints of Sprout #B6CA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27%

R = 34.6%
G = 38.4%
B = 27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B6CA8E (or 0xB6CA8E) is known color: Sprout. HEX triplet: B6, CA and 8E. RGB value is (182,202,142). Sum of RGB (Red+Green+Blue) = 182+202+142=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA8E is #493571. Grayscale: #BDBDBD. Windows color (decimal): -4797810 or 9358006. OLE color: 9358006.

HSL color Cylindrical-coordinate representation of color #B6CA8E: hue angle of 80º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6CA8E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 202 142 -
CMYK 0.10 0 0.30 0.21
HSL 80º 0.36% 0.67% -
HSV(B) 80º 0.3% 0.79% -
XYZ 45.29 54.14 33.65 -
YUV 189.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 182 202 142 0.10 0 0.30 0.21 80 0.36 0.67
Hex B6 CA 8E A 0 1E 15 50 24 43
Octal 266 312 216 12 0 36 25 120 44 103
Binary 10110110 11001010 10001110 1010 0 11110 10101 1010000 100100 1000011

Color Harmonies of #B6CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA8E

Black with #B6CA8E

Text Example


Text Example

White with #B6CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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