Html Css Color HEX #BAC69A Sprout

📋 copy color: '#BAC69A'

red 186 ◦ green 198 ◦ blue 154

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

Shades of Sprout #BAC69A

Tints of Sprout #BAC69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 34.57%
G = 36.8%
B = 28.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BAC69A (or 0xBAC69A) is known color: Sprout. HEX triplet: BA, C6 and 9A. RGB value is (186,198,154). Sum of RGB (Red+Green+Blue) = 186+198+154=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC69A is #453965. Grayscale: #BDBDBD. Windows color (decimal): -4536678 or 10143418. OLE color: 10143418.

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

Color convert

RGB 186 198 154 -
CMYK 0.06 0 0.22 0.22
HSL 76.36º 0.28% 0.69% -
HSV(B) 76.36º 0.22% 0.78% -
XYZ 46.28 53.16 38.39 -
YUV 189.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 186 198 154 0.06 0 0.22 0.22 76.36 0.28 0.69
Hex BA C6 9A 6 0 16 16 4C 1C 45
Octal 272 306 232 6 0 26 26 114 34 105
Binary 10111010 11000110 10011010 110 0 10110 10110 1001100 11100 1000101

Color Harmonies of #BAC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC69A

Black with #BAC69A

Text Example


Text Example

White with #BAC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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