Html Css Color HEX #BCC79E Sprout

📋 copy color: '#BCC79E'

red 188 ◦ green 199 ◦ blue 158

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

Shades of Sprout #BCC79E

Tints of Sprout #BCC79E

RGB

 RED value IS 188 (73.83% from 255) = 34.5%

 GREEN value IS 199 (78.13% from 255) = 36.51%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 34.5%
G = 36.51%
B = 28.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#BCC79E (or 0xBCC79E) is known color: Sprout. HEX triplet: BC, C7 and 9E. RGB value is (188,199,158). Sum of RGB (Red+Green+Blue) = 188+199+158=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC79E is #433861. Grayscale: #BFBFBF. Windows color (decimal): -4405346 or 10405820. OLE color: 10405820.

HSL color Cylindrical-coordinate representation of color #BCC79E: hue angle of 76.1º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC79E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 158 -
CMYK 0.06 0 0.21 0.22
HSL 76.1º 0.27% 0.7% -
HSV(B) 76.1º 0.21% 0.78% -
XYZ 47.33 54.01 40.28 -
YUV 191.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 188 199 158 0.06 0 0.21 0.22 76.1 0.27 0.7
Hex BC C7 9E 6 0 15 16 4C 1B 46
Octal 274 307 236 6 0 25 26 114 33 106
Binary 10111100 11000111 10011110 110 0 10101 10110 1001100 11011 1000110

Color Harmonies of #BCC79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC79E

Black with #BCC79E

Text Example


Text Example

White with #BCC79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC79E; }

 p { color: rgb(188,199,158); }

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

background-color css

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

 a { background-color: rgb(188,199,158); }

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

border-color css

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

 span { border-color: rgb(188,199,158); }

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