Html Css Color HEX #BAC69E Sprout

📋 copy color: '#BAC69E'

red 186 ◦ green 198 ◦ blue 158

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

Shades of Sprout #BAC69E

Tints of Sprout #BAC69E

RGB

 RED value IS 186 (73.05% from 255) = 34.32%

 GREEN value IS 198 (77.73% from 255) = 36.53%

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

R = 34.32%
G = 36.53%
B = 29.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BAC69E (or 0xBAC69E) is known color: Sprout. HEX triplet: BA, C6 and 9E. RGB value is (186,198,158). Sum of RGB (Red+Green+Blue) = 186+198+158=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69E is #453961. Grayscale: #BEBEBE. Windows color (decimal): -4536674 or 10405562. OLE color: 10405562.

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

Color convert

RGB 186 198 158 -
CMYK 0.06 0 0.20 0.22
HSL 78º 0.26% 0.7% -
HSV(B) 78º 0.2% 0.78% -
XYZ 46.62 53.3 40.18 -
YUV 189.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 186 198 158 0.06 0 0.20 0.22 78 0.26 0.7
Hex BA C6 9E 6 0 14 16 4E 1A 46
Octal 272 306 236 6 0 24 26 116 32 106
Binary 10111010 11000110 10011110 110 0 10100 10110 1001110 11010 1000110

Color Harmonies of #BAC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC69E

Black with #BAC69E

Text Example


Text Example

White with #BAC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC69E; }

 p { color: rgb(186,198,158); }

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

background-color css

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

 a { background-color: rgb(186,198,158); }

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

border-color css

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

 span { border-color: rgb(186,198,158); }

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