Html Css Color HEX #B6CD8E Sprout

📋 copy color: '#B6CD8E'

red 182 ◦ green 205 ◦ blue 142

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

Shades of Sprout #B6CD8E

Tints of Sprout #B6CD8E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

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

R = 34.4%
G = 38.75%
B = 26.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B6CD8E (or 0xB6CD8E) is known color: Sprout. HEX triplet: B6, CD and 8E. RGB value is (182,205,142). Sum of RGB (Red+Green+Blue) = 182+205+142=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CD8E is #493271. Grayscale: #BFBFBF. Windows color (decimal): -4797042 or 9358774. OLE color: 9358774.

HSL color Cylindrical-coordinate representation of color #B6CD8E: hue angle of 81.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6CD8E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 205 142 -
CMYK 0.11 0 0.31 0.20
HSL 81.9º 0.39% 0.68% -
HSV(B) 81.9º 0.31% 0.8% -
XYZ 46.01 55.56 33.89 -
YUV 190.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 182 205 142 0.11 0 0.31 0.20 81.9 0.39 0.68
Hex B6 CD 8E B 0 1F 14 52 27 44
Octal 266 315 216 13 0 37 24 122 47 104
Binary 10110110 11001101 10001110 1011 0 11111 10100 1010010 100111 1000100

Color Harmonies of #B6CD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CD8E

Black with #B6CD8E

Text Example


Text Example

White with #B6CD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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